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

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

/* */

#note{
	margin:0 auto;
	width:100%;
	text-align:center;
	font-size:0.8em;
	background-color:#650505;
	color:#fefefe;

}

#note a{
	color:#ffffff;
}

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

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

/* */
#contenuto{
	margin-top:1px;
	margin-bottom:1px;
	padding-left:10px;
	padding-right:10px;
	min-height:125px;
	border-top:1px solid #650505;
	border-bottom:1px solid #650505;
}
#contenuto div#fb_huenison {
	float:right;
	margin:10px;
	border-left:1px solid #650505;
	padding-left: 10px;
	height:500px;
	width: 390px;
}

#contenuto a {
	color: #ff710a;
	text-decoration:none;
}
#contenuto a:hover {
	text-decoration:underline;
}