body {
	color:#eee;
	background: #111 url(../images/bg_1.jpg) no-repeat center fixed;
	font:80%/1.5 Verdana, Geneva, sans-serif;
		
}
	
	
#center { /*div per centrare i box di dimensione 950 px di lunghezza tutto*/
	
	position:absolute;
	background:url(../images/bg_g_t_navbar.png) repeat;	
	left:50%;
	margin-left:-475px;

	
}
img{
	border:0;
}

#container{ /*box esterno totale. Dim: 950 largh*/
	
	width:950px;	
	color:#fff;
	margin-bottom:10px;
	margin-left:10px;
	z-index:-1;
}

a {
	color:#FFF;
	text-decoration:underline;
	}
a:hover, a:focus {
	color:#FFF;
	}

#menu{
	width:180 px;
	float: left;	
}



#box_testo_home{
	width:750px;
	margin-left:180px;
    margin-bottom:10px;
	text-align:center;
	padding-left:20px;
	padding-top: 5px;
	
}

#box_testo{
	width:730px;
	margin-left:180px;
    margin-bottom:10px;
	text-align:justify;
	padding-right:20px;
	padding-left:20px;
	padding-top: 5px;
	
}


div.footer{
	font-size: .9em;
	color: #000;	
	clear:both;
	
}
