html  {
	background-color:#ffffff;
	background-image: url('../images/gradient.png');
	background-repeat: repeat-x;
	margin : 0;
	padding : 0;
	width : 100%;
	height: 100%;
	margin-bottom: 1px;	
}
body {
	margin:0 auto;
	font-family: 'Carrois Gothic', sans-serif;
	font-size:100%;
	width:960px;
	background-color:#ffffff;
}

/* */
#testata {	
	background-image:url(../images/testata.png);
	background-repeat:no-repeat;
	background-position:top center;
	height: 172px;
	
}

/* */
#note{
	margin:0 auto;
	width:100%;
	text-align:center;
	margin-top:1px;
	font-size:0.8em;
	background-color:#332659;
	color:#fefefe;

}

#note a{
	color:#fabb51;
}

#note a:hover{
	background-color:#fabb51;
	color:#ffffff;
	text-decoration:none;
}

#note span{
	font-size:0.8em;
	font-style:italic;
}

/* */
#contenuto{
	margin-top:1px;
	margin-bottom:1px;
	padding-left:10px;
	width:950px;
	min-height:125px;
	border-top:1px solid #332659;
	border-bottom:1px solid #332659;
}

#contenuto img{
	padding:10px;
}