/*---------azzeramento margini e padding--------------*/
html, body, h1, h2, h3, h4, h5, h6,
p,img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td, button, iframe {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body{
	height:100%;
}
/*--------------------------------------------------*/
/*-------centratura IE, font e background body------*/
body {
	color: #FFF;
	background: #000;
	font: 62.5%/1.4 Arial, Verdana, Tahoma, "Bitstream Vera Sans", sans-serif;
	text-align:center;
}
/*--------------------------------------------------*/
/*--stili generici titoli, paragrafi, link, liste, testo...--*/
h2, h3, h4, h5, h6, p{
	margin: 0.6em 0 0.32em;
}
a {
	text-decoration:none;
	outline:none;
	color:#FFF;
}
a:hover, a:focus, a:active{
	color:#666;
}
ol, ul {
	list-style: none;
}
.nascosto{
	position:absolute !important;
 	left:-10000px !important;
 	top:-10000px !important;
 	width:1px !important;
 	height:1px !important;
 	overflow:hidden !important;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
/*--per centrare verticalmente la home--*/
div#shim{
	width: 100%;
	height: 50%;/* Bump div#container down half the height of the screen. */
	margin-top: -249px;/* Half the height */
	float: left;
}
/*--container--*/
#container{
	width:910px;
	height:407px;
	margin:0 auto;
	clear:both;
	position:relative;
	z-index:1;
	
}
#container.home{
	background:#426faa;
	
}
/* clearing floats */
#container:after{
	content:"."; 
	display:block; 
	height:0;
	width:100%;
	clear:both;
	visibility:hidden;
}
#logo{
	height:71px;
	background: url(../img/logo.jpg) no-repeat center top;
	text-indent:-9000em;
	
	}
#lingua2{
	width:61px;
	position:absolute;
	overflow:hidden;
	right:0;
	top:45px;
	font-size:1.4em;
}
#lingua2 li{
	width:30px;
	float:left;
}
#lingua2 li.en{
	text-align:right;
	width:25px;
}
#lingua2 li.it{
	border-right:1px solid #FFF;
	text-align:left;
	
}

#lingua{
	width: 804px !important;
	width /**/:910px;
	height:67px !important;
	height /**/:446px;
	padding: 149px 53px 140px 53px;
	background: url(../img/sf_index_sup.jpg) no-repeat center center;
	overflow:hidden;
}
#lingua li{
	width:402px;
	height:75px;
	float:left;
		
}
#lingua li a{
	width:200px;
	height:61px;
	float:left;
	display:inline;
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9000em;
	}
#lingua li.ita a{
	float:right;
	margin-right:130px;
	margin-top:91px;
	background-image:url(../img/it.gif);
}
#lingua li.eng a{
	margin-left:130px;
	margin-top:91px;
	background-image:url(../img/en.gif);
}

#frase{
padding-top:50px;

}

#loghi {
padding-top: 48px;

}