html{
	width:100%;
	margin: 0px;padding: 0px;
	text-align:center;
	background:url(img/sf_sito.jpg) repeat-x top center #3a4d5e;

}

 body{
	width:781px;
	margin: 9px auto;	
	padding: 0px;
	text-align:left;
	font-family: arial;
	font-size: 12px;
	line-height:160%;
	color:#5d5d5d;
}

img{border:0px}

a{text-decoration:none}
a:hover{color: #d03f3a; border-color:#d03f3a}

a.bianco, .bianco {color:white}
a.bianco:hover{color:#d03f3a}

a.rosso, .rosso {color:#d03f3a}
a.rosso:hover{color:black}

a.grigio_chiaro, .grigio_chiaro {color:#1b1a18}
.grigio_chiaro:hover{color:#666}

a.email, .email{color:white}
a.email:hover{color:#d03f3a}

a.credits{color:#fff}
a.credits:hover{text-decoration:underline}

div#container{	
	position:relative;
	width:780px; 	
	text-align:left;
	margin:0px;padding:0px;
	background-color:#ffffff;
	/*background-image:url(img/body.jpg);
	background-repeat:no-repeat;*/
}

div#testata{
	float:left;
	width:781px; height:174px;
	padding:0px;
}
	div#div_flash{
		float:left; 
		width:481px; height:174px;
		margin:0px;
	}
	
	div#contenuto{
		
		width:781px; 

		margin:0px;padding:0px;
	}					
		div#sn{
			float:left; 
			width:264px; height:600px;
			background:url(img/sf_sn.jpg) no-repeat top left;
			text-align:justify;
			margin:0px;
		}			
		div#ce{
			float:left; 
			width:350px; height:600px;
			text-align:left;
		}				
		div#ds{
			float:right; 
			width:156px; height:600px;
			background:url(img/sf_ds.jpg) no-repeat top right;
			text-align:right;
		}					
	
	.titolo {
		color: #d33f4f;
		font-size:18px;
		font-weight:bold;
	}		
	
div#footer{
	clear:both;
	width:781px; 
	margin:0px auto;
	margin-top:10px;
	text-align:center;
	color: white;
}		

div#footer a:hover {color:#dda9ad}

