html,body {
	margin:		0px;
	padding:	0px;
}
body {
	font-family:Verdana, "Trebuchet MS", Helvetica, sans-serif, Arial;
	font-size:	12px;
	color:		#CCCCCC;
	text-align:	center;
	background-color:#000000;
	}
div#centrato {
  	display:	block;
  	width:		100%;
  	height:		500px;
  	position:	absolute;
  	top:		50%;
  	left:		50%;
  	margin:		-270px 0 0 -50%; /* in senzo orario: top, right, bottom and left */
  	background:	#000000;
  	text-align:	center;
	border-top:	1px solid #CCCCCC;
	border-bottom:	1px solid #CCCCCC;
	background-image:url(images/sfondo.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
}
div#contenaire {
	display:    block;
  	width:      800px;
  	height:     380px;
  	margin:		0 auto;
  	padding:	0;
  	text-align:	left;
	border: 1px solid #333333;
}
div#left{
	width:	170px;
	height:	380px;
	float:	left; 
	border-right: 1px dotted #CCCCCC;
	}
div#right{
	width:	620px;
	height:	380px;
	float:	right;
	}
div#content{
	width:	470px;
	height:	380px; 
	float:	left;
	}
div#loghi{
	width:	140px;
	height:	380px; 
	float:	right;
	text-align:right;
	border-left: 1px dotted #CCCCCC;
	}
div#loghi img{
	padding-right:4px;
	padding-top:4px;
	padding-bottom:4px;
	}
div#foot{
	width:	800px;
	height: 40px;
  	margin:		0 auto;
  	padding:	0;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	}
div#head{
	width:      800px;
  	height:     80px;
  	margin:		0 auto;
  	padding:	0;
  	text-align:	left;
	}
div#headsx{
	width: 200px;
	float:left;
	}
div#headdx{
	width: 590px;
	float:right;
	color: #FFFFFF;
	font-size:	10px;
	padding-top:40px;
	text-align:center;
	}
div#headdx a:link{
	color:#999999;
	text-decoration:none;
	}
div#headdx a:visited{
	color:#999999;
	text-decoration:none;
	}
div#headdx a:hover{
	color:#990000;
	text-decoration:blink;
	}
