a:link {
	color: #006;
	text-decoration: none;
}
a:visited {
	color: #006;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: none;
}
a:active {
	color: #006;
	text-decoration: none;
	text-align: right;
}

body {
	background-color: #64AFCC;
	background-image: url(../img/sfondo-backgraound.jpg);
	background-repeat: repeat-x;
	background-position: top;

}

.main {
	width: 880px;
	margin-left: -440px;
	left: 50%;
	position: absolute;
	top: 0px;
	margin-top: 0px;
}
.header {
	width: 900px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 210px;
	float: left;
}

.center {
	width: 900px;
	float: left;
	background-image: url(../img/center.jpg);
	background-repeat: repeat-y;
}

.footer {
	width: 900px;
	float: left;
	text-align: center;
	background-image: url(../img/footer.jpg);
	height: 45px;
	background-repeat: no-repeat;
	background-position: top;
}

.separatore {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AF0917;
	float: left;
	width: 790px;
	height:5px;
	margin-bottom: 5px;
}

.separatore_trasparente {
	float: left;
	width: 790px;
	height:5px;
	margin-bottom: 5px;
}.sotto_header {
	background-image: url(../img/header_sotto.jpg);
	float: left;
	height: 270px;
	width: 900px;
}
.menu {
	width: 200px;
	background-image: url(../img/sfondo_menu.jpg);
	background-position: right top;
	float: left;
	margin-left: 30px;
	background-repeat: no-repeat;
	padding-top: 15px;
	height: 190px;

}
.sotto_menu {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-left: 30px;
}

.riga_sottofader {
	background-image: url(../img/linea_sotto_fader.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	height: 3px;
	width: 900px;
}
.fader {
	float: left;
	height: 270px;
	width: 880px;
	margin-left: 10px;
}




.menu a:hover {
	color: #FFF;
	text-decoration: none;
}

.voce_menu {
	float: left;
	width: 150px;
	margin-bottom: 12px;
	margin-left: 10px;
}

.main_testo {
	text-align: justify;
	width: 630px;
	margin-left: 230px;
	margin-top: 30px;
}
.footer_testo {
	margin-top: 20px;
}
