div#container{
		width:1003px; 
		margin:0px auto;
		text-align: center;   
		background-color:#0a0a0a;
}
div#head_main{
		position:relative;
		width:100%; height:370px;
		/* è l'unico modo per avere il deco veramente di h=4px su IE */
		background-image: url(img/sf_deco.gif);
		background-repeat:no-repeat;
		background-position:bottom center;
}
	div#head_sopra{
		width:100%;height:122px;
		background-image: url(img/sf_head_sopra_50.gif);
	}
	div#head_sotto{
		width:100%;height:244px;
	}
		div#head_sotto_menu{
			float:left;
			width:253px;height:244px;
			background-image: url(img/sf_head_sotto_sn.gif);
			background-repeat:repeat-y;
			text-align:right;
		}
		div#head_sotto_video{
			float:left;
			width:482px;height:244px;
			background-image: url(img/sf_head_sotto_video.gif);
		}
			div#flash_testata{
				margin:auto;
				width:450px;height:220px;
				margin-top:17px;
		}
		div#head_sotto_deco{
			float:left;
			width:268px;height:244px;
			background-image: url(img/sf_head_sotto_ds.gif);
		}
	div#head_to_home{
		position:absolute;
		left:72px; top:105px;
		width:53px;height:27px;
	}
	div#head_lingue{
		position:absolute;
		right:53px; top:111px;
		width:156px;height:16px;
	}
	div#head_deco{
		position:absolute;
		bottom:4px;left:0px;
		width:100%;height:4px;
		background-image: url(img/sf_deco.gif);
	}	
	
div#laterale{
	float: right; 
	width: 268px;
	text-align:center;
	min-height:314px;
	background-image: url(img/sf_laterale.jpg);
	/*
	min-height:450px;
	height: auto !important;
	background-repeat:repeat-y;	
	background-position:left;
	*/
	background-repeat:no-repeat;	
	background-position:top;
}

div#contenuto{
	float:left;
	width: 734px;
	text-align:center;
	min-height:450px;
	background-color:black;
}

div#footer{
	clear:both;
	width:100%;	height:55px;
	margin:0px auto;
	background-image: url(img/sf_footer.gif);
	background-repeat:repeat-x;	
	text-align:center;
	}
	

