body {		
	text-align: center;
	padding: 0;
	margin: 0;
	background: #000;
	font-size:14px;
	}
#container  {
	width: 954px; 
	margin: 0 auto;
	height:100%;
	padding-top:20px;
	}
#center {
	}	
#footer {
	clear:both;	/* ho posso pel mozzilla */
	text-align:center;
	width:100%;
	padding-top:30px;
	font-family:Verdana;
	color:#999999;
	font-size:10px;
}
.links_generals {
color:#FF9900;
text-decoration:none;
}
.links_generals:hover {
text-decoration:underline;
}	
