@charset "utf-8";
/* tutto 780 x almeno 100+150+120*/

body {
	font:Tahoma, Geneva, sans-serif;
	background-color:#000
	


	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	color:#000;
	background-color:#000;
}
div#mainContent a#activelink{color:#FFF;}
div#mainContent a{color:#FFF;}




#header {
	margin:100px auto;
	width: 780px;  
	height:250px;




	color:#FFF;



	
}
#mainContent {

	padding:20px 20px 20 20px 20px; 
	
	background-color:#000;
		margin:auto;
	width: 740px;  
	height:230px;



	font-size:14px;
	text-align:justify;
	color:#FFF;



}


	
