html, body{
	background-color: #2A2B2D;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
		
}

#container{
	background: url('img/fondocover.jpg') no-repeat;
	text-align: left;
	width: 980px;
	height: 586px;
	margin-top: 10px;
	overflow: hidden;
	margin-left: auto; 
	margin-right: auto;
	padding-left: 17px;
}

#contenuto{
  		
  		width: 946px;
  		height: 480px;
  		margin-top: 2px;
  		padding: 0px;
}

#menuBasso{
		background-color: #FFFFFF;
		width: 946px;
		height: 101px;		
}



#footer a{
	
	text-decoration: none;
	color: #2A2B2D;
	}
	
#testo{
	text-align: center;
	font-family: Arial, Tahoma, "Sans Serif";
	font-size: 12px;
	color: #FFFFFF;

}
