html, body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	background-color: #ffc;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
}

h2 {
	margin: 20px 10px 30px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
}

h2 a:link {
	color: #000;
}
h2 a:visited {
	color: #000;
}
h2 a:hover {
	color: #666;
}
h2 a:active {
	color: #999;
}
#contenitore {
	margin: 20px auto 0;
	width: 840px;
	height: 615px;
	background-color: #ffc;
}

#testa {
	margin: 25px 0;
	width: 840px;
	height: 30px;
}

ul {
	margin: 80px 0 0 10px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	list-style-type: none;
	text-transform: uppercase;
	text-decoration: none;
}
ul a:link {
	color: #066;
	text-decoration: none;
}
ul a:visited {
	color: #066;
	text-decoration: none;
}
ul a:hover {
	color: #066;
	text-decoration: none;
}
ul a:active {
	color: #066;
	text-decoration: none;
}
li {
	margin: 0 0 20px 0;
	padding: 0;
}

#corpo {
	margin-top: 25px;
	width: 670px;
	height: 517px;
	float: left;
}

#sinistra {
	width: 169px;
	height: 325px;
	padding: 95px 0;	
	border-top: 1px dashed #960;
	border-bottom: 1px dashed #960;
	border-left: 1px dashed #960;
	text-align: left;
	float: left;
}

#centro {
	width: 500px;
	height: 495px;
	padding: 10px 0;	
	border-top: 1px dashed #960;
	border-bottom: 1px dashed #960;
	float: right;
}

#destra {
	margin-top: 25px;
	width: 169px;	
	height: 361px;
	padding: 99px 0 55px 0;
	border-top: 1px dashed #960;
	border-bottom: 1px dashed #960;
	border-right: 1px dashed #960;
	text-align: right;
	float: right;
}
#piede {
	padding-top: 20px;
	height: 220px;
	clear: both;
}

.piede {
	margin-top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

#w3cHTML, #w3cCSS {
	margin: 30px 5px 0 5px;
	border: none;
}

#imgNew {
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.new {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
