/*-------------- GENERALE ----------------*/
html{height: 99%;}
body{
	background-color:#000000;
}
DIV#container{
	width:100%; 
	height:100%;
	position:absolute;
	left:0;
	top:0;
	margin:0;
	padding:0
	text-align: center;
}
DIV#content{
	position:relative;
	display:block;
	float:left;
	background:none;
	padding:0;
	width:100%;
	height:100%;
}
#footer
{
font-size: 9px;
color: #ffffff;
font-family: Verdana, Arial, Times New Roman;
position: absolute;
bottom: 0px;
width: 100%;
z-index: 999;
text-align: center;
padding: 10px 0px;
}
.titolo {
	FONT: 10px Verdana;
	COLOR: #ffffff;	
	vertical-align:top;
     }
.titolo a {
	color:#ffffff; TEXT-DECORATION:none;
     }
.titolo a:link, .titolo a:visited {
 	background:none; color:#ffffff; TEXT-DECORATION:none;
     }
.titolo a:hover { 
	background:none; color:#CD3427; TEXT-DECORATION:none;
     }
