/* CSS Document */

body, html{
	background: #333;
	text-align:center;
}

#centrato{
	margin:0 auto;
	width:995px;
	color:#999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#centrato a{
	color:#999;
}

#box{
	position:absolute;
	top:50%;
	width:995px;
	height:600px;
	margin-top:-300px;
}