@charset "utf-8";
/* CSS Document */

#body{
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	
}

#contenitore{
	width:860px;
	position:relative;
	margin:auto;
	border: 5px solid #FFFFFF;
}

#testata{
	width:860px;
	height:114px;
}

#up{
width:860px;
height:17px;
}

#dw{
width:860px;
height:17px;
}
#footer{
	width:860px;
	height:30px;
	background-color:#1261a9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFFFFF;
	}
	#footer a{
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
	}
		#footer a:hover{
	text-decoration: underline;
	color: #000000;
	font-weight:bold;
	}
	
a:hover{
	text-decoration: none;
	color:#000000;
}

a {
	text-decoration: underline;
	color: #009900;
}


#menu{
width:860px;
height:32px;
background-color:#53ad42;
position:relative;
}

#content{
width:860px;
}

#testi{
padding:5px;
height:auto;
background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;}
