html  {
	background-image: url('../images/html_bkg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: 100% 100%;
}
body {
	margin: 0;
	padding: 0;
	color: #2b5e8d;
	font-family: sans-serif;
}
#content-page{
	margin: 0 auto;
	width:960px;
	border-left: 2px solid #323534;
  	border-right: 2px solid #323534;
	background-color:white;
}

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

/* */
#note{
	margin:0 auto;
	width:100%;
	text-align:center;
	font-size:0.8em;
	background-color:#c17b1b;
	color:#fefefe;
	clear:both;
}

#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 #f39200;
}
#contenuto div#fb_huenison {
	float:right;
	margin:10px;
	/*border-left:1px solid #cabe45;*/
	padding-left: 10px;
	height:500px;
	width: 390px;
}

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