/*

	CSS - Foglio di Stile
	A cura di Camillo Bella

*/


/* Impostazioni generali del sito */


html { 
	min-height: 100%; 

}

body {
	background: #ffffff url(immagini/gradiente.jpg)  center repeat-y;
	color: #000000;
	font: normal 0.7em Verdana, Arial, Helvetica, sans-serif;
}
#tutto {
	background: #ffffff;
	width: 935px;
}
#tutto1 {
	background: #ffffff;
	width: 935px;
}

#tutto1 img{
	border:0px;
}

#tutto1 img a:link, a:visited, a:active {
	border:0px;
}

#tutto1 a{
       	background-color: #FFFFFF;
}

#tutto1 a:link, a:visited, a:active {
       	background-color: #FFFFFF;
}
#tutto1 a:hover {
	text-decoration: underline;
}


#pulisci {
	clear: both; 
	font-size: 0;
}
