@charset "utf-8";
/* CSS Document */
/* commented backslash hack for ie5mac \*/ 
html, body{height:100%;} 
/* end hack */
body {
	padding:0;
	background:#343434 url(immagini/main_bg2.jpg) no-repeat bottom fixed;
	text-align: center;
	min-width: 720px;
	font-family:verdana, arial, sans-serif;
}
#centravert{
	position:absolute;
	top:50%;
	margin-top:-304px;/* half flash height*/
	left:0;
	width:100%;
}
#container {
	background:url(immagini/main_bg3.jpg);
	width:720px;
	height:608px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#testo {
	position:relative;
	margin-left:8px;
	margin-right:8px;
	padding-top:18px;
}
#testo h3 {
	background:url(immagini/button_pg2.jpg) no-repeat top left;
	height:29px;
	width:704px;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align: center;
	line-height: 30px;
	font-weight:100;
}

#testo p {
	text-align:justify;
	color:#909FB1;
	font-size:12px;
	padding:10px 22px 10px 22px;
}
#rosso {
	text-align:justify;
	color:red;
	font-size:12px;
	line-height: 30px;
}
table {
	text-align:left;
	color:#909FB1;
	font-size:11px;
	width:660px;
	padding:0px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	margin-left:22px;
}
table th, table td 
{
	padding:4px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	width:204;
}
#footer {
	padding:20px 0px 4px 0px;
	text-align:center;
	font-size:10px;
	width:704px;
	color:#909FB1;
}

