body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
}
.pulisci { clear: both; margin: 0; padding: 0 }
#barra_grigia_lunga {
	position: absolute;
	height: 90px;
	background: #474D51;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 0;
	top: 400px;
}
#barra_arancio {
	position: absolute;
	height: 400px;
	background: #F77B01;
	/*background: #022850;*/
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 0;
	top: 0;
}
#contenitore_gr{
	padding: 0;
	margin: 0 auto;
	/*width: 800px;*/
	position: relative;

}
#animaz_flash {
	padding: 0;
	margin: 0;
	position: relative;
	margin: 0 auto;
	height: 400px;
	width: 800px;
}
#barra_grigia {
	padding: 0;
	margin: 0;
	height: 90px;
	margin: 0 auto;
	position: relative;
	width: 800px;
	background: #474D51; /*grigio*/
	z-index: 10;
}
#blocco_dx {
	padding: 0;
	margin: 0;
	height: 95px;
	position: absolute;
	top: 35px;
	left: 400px;
	width: 300px;
}
#blocco_sx {
	padding: 0;
	margin: 0;
	height: 95px;
	position: absolute;
	top: 35px;
	left: 80px;
	width: 300px;
}
.bloccoInt_dx {
	padding: 10px;
	margin: 0;
	position: relative;
	width: 178px;
	float: right;
}
.bloccoInt_sx {
	padding: 0;
	margin: 0;
	position: relative;
	width: 100px;
	height: 95px;
	float: left;
	border-right: 2px solid #777E84;
}
.testo_bianco {
	padding: 5px 0 0 0;
	margin: 0;
	color: #FFFFFF;
}
.testo_bianco a { text-decoration: none; color: #FFFFFF }
.testo_bianco a:link { text-decoration: none; color: #FFFFFF }
.testo_bianco a:visited { text-decoration: none; color: #FFFFFF }
.testo_bianco a:hover { text-decoration: underline; color: #FDA04C }/*verde chiaro AED912*/

.testo_grigio {
	padding: 25px 0 0 0;
	margin: 0;
	color: #626B72;
}
.testo_grigio a { text-decoration: none; color: #626B72 }
.testo_grigio a:link { text-decoration: none; color: #626B72 }
.testo_grigio a:visited { text-decoration: none; color: #626B72 }
.testo_grigio a:hover { text-decoration: underline; color: #D86304}/*verde scuro 2D7C07*/

#bottom {
	padding: 140px 0 0 0;
	margin: 0;
	position: relative;
}
#testo_bottom {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 10px;
	color: #8B8C8C;
}
#testo_bottom a { text-decoration: none; color: #8B8C8C }
#testo_bottom a:link { text-decoration: none; color: #8B8C8C }
#testo_bottom a:visited { text-decoration: none; color: #8B8C8C }
#testo_bottom a:hover { text-decoration: underline; color: #474D51}/*GRIGIO*/
