body{
background-color: #000;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 7pt;
margin:0px;
}
/* box contenitore centrato largo 832x518 centrato con tabella*/
/*centrare box per IE*/
.contenitore {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 576px;
	margin-left: -512px;/*metà width*/
	margin-top: -288px;/* metà height*/
	background: url("img/sfondo2.jpg") no-repeat;
	/*border:1px solid #f00;*/
}
/*centrare box per firefox*/
*>div.contenitore {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 1024px;
	height: 576px;
	margin: auto;
}
a {text-decoration: none;color:#fff;}
a:hover	{color: #eee;}
img {border:0px;}

/*avvisi*/
#q_blog {position:absolute;top:382px;left:624px;width:400px;height:36px;padding:0px;margin:0px;}
#q_video {position:absolute;top:448px;left:624px;width:400px;height:17px;}
#q_foto {position:absolute;top:464px;left:624px;width:400px;height:17px;}
#q_contact {position:absolute;top:501px;left:624px;width:400px;height:17px;}
