/* CSS Document */

body{
	background-color:#C9C8C8;
	margin-top:0px;

}
#page{
	margin-right:auto;
	margin-left:auto;
	width:800px;
	background-image:url(images/sfondo.jpg);
	height:500px;
	position:relative;
}
#logo{
	position:relative;
	float:left;
	width:800px;
	height:62px;	
}
#barra{
	position:relative;
	float:left;
	width:488px;
	height:85px;	
}
#immagine{
	position:relative;
	float:left;
	width:312px;
	height:266px;	
}
#barraRossa{
	position:absolute;
	top:62px;
	left:800px;
	height:85px;	
	width:300px;
	background-color:#cb0601;
}
#corpoCentrale{
	position:relative;
	float:left;
	width:460px;
	padding-left:25px;
	top:-145px;
}
#footer{
	position:absolute;
	background-color:#C9C8C8;
	bottom:0px;
	left:0px;
	width:800px;
	height:20px;
	font-family: Arial;
	font-size : 10px;
	color : #CB0601;
	text-decoration : none;
	text-align:center;	
}

#dominio{
	font-family: Arial;
	font-size : 18px;
	color:#CB0601;
}

.testo {
	font-family: Arial;
	font-size : 12px;
}