@charset "utf-8";
/* CSS Document */

body,html{
	margin:0px;
	padding:0px;
	text-align:center;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	text-align:center;
}
#container{
	width:940px;
	text-align:left;
}

#menu{
	font-size:12px;
	width:200px;
	color:#FFFFFF;
	position:absolute;
	left:746px;
	top:32px;
}
.bianco{
	color:#FFFFFF;
}
INPUT
{
border:1px solid #adc3dd;
background:#CC0000;
font-family:Verdana;
font-size:11px;
color:#000000;
height:14px;
}
