html,body{
	font:normal 12px Arial;
	text-align: center;
	color: #333;
	margin: 0;
background:url(images/quad.jpg); 
	
}
	
	a{ 
	text-decoration: none;
	color: #cc0000;
	}
	
	a:hover{ 
	text-decoration: underline;
	color: #660000;
	}
	
	#contenitore { 
	
	width:762px;
	height:802px;
	text-align: center;
	margin: auto;
	}
	
#flash{ 
clear:both;
	width:762px;
	height:459px;
	text-align: center;
	}

	
#spazio{ 

	text-align: center;
	width:762px;
	height:12px;

}


#testo { 
background:url(images/pix1.jpg); 
	width:702px;
	height:234px;
	text-align: justify;
	padding: 30px;
	overflow: auto;
	
}


#footer{ 
	background:url(images/pix2.jpg); 
	font: normal 10px Verdana;
	color: #000;
	height:37px;
	width: 762px;
	line-height: 37px;
	
	
}

	#footer a{ 

	font: normal 10px Verdana;
text-decoration: none;
color: #cc0000;
	}

	#footer a:hover{ 
	text-decoration: underline;
	color: #660000;
	}