/* CSS Document */
body{ 
    font: 10px/12px Verdana; /* dimensione, altezza e tipo di font */
    color: #000000; /* è il colore dei caratteri del body, ossia del testo */
    background: #FFFFFF;  /* sfondo della pagina */
}
#corpo{
	position: absolute;
	left:50%;
	margin-left:-400px;
	top: 0px;
	width: 800px;
	height: 1645px;
	background-image: url(images/pag.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}
#banner{
	position: absolute;
	left:50%;
	margin-left:-380px;
	top: 0px;
	width: 760px;
	height: 137px;
	background-image: url(images/ban.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}
#copyright{
	position: absolute;
	left:50%;
	margin-left:-380px;
	top: 1645px;
	width: 760px;
	height: 125px;
	font-family: Verdana;
	color: #00A2FD;
	line-height: 1.2;
	background-image: url(images/ban2.jpg);
	background-repeat: no-repeat;
	z-index: 3;
}
#info1{
	position: absolute;
	left:50%;
	margin-left:-380px;
	top: 125px;
	width: 760px;
	height: 20px;
	font-family: Verdana;
	line-height: 1.2;
	z-index: 4;
}
#info2{
	position: absolute;
	left:50%;
	margin-left:-380px;
	top: 145px;
	width: 760px;
	height: 20px;
	font-family: Verdana;
	line-height: 1.2;
	z-index: 5;
}
#info3{
	position: absolute;
	left:50%;
	margin-left:-380px;
	top: 165px;
	width: 760px;
	height: 25px;
	font-family: Verdana;
	line-height: 1.2;
	z-index: 6;
}
#a1{
	position: absolute;
	left:50%;
	margin-left:-380px;
	top: 190px;
	width: 760px;
	height: 1430px;
	background-image: url(images/proposte.jpg);
	background-repeat: no-repeat;
	z-index: 7;
}
#info4{
	position: absolute;
	left:50%;
	margin-left:-380px;
	top: 1430px;
	width: 760px;
	height: 20px;
	font-family: Verdana;
	line-height: 1.2;
	z-index: 8;
}
a.x:link{
text-decoration: underline;
color:#000000;
}
a.x:visited {
text-decoration: underline;
color:#EB6D07;
}
a.x:hover{
text-decoration: underline;
color:#00A2FD;
}
