@charset "utf-8";
/* CSS Document */
body {
	background-color:#000000;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
} 
#contenitore {
	position:absolute;
	left:50%;
	top:50%;
	width:955px;
	height:600px;
	margin-left:-477px;
	margin-top:-300px;
}
	
a:link {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover{
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a:visited{
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

