html,body {
	margin: 0 0 0 0;
	font-family: Trebuchet MS, Helvetica, Arial;
	font-size: 12px;
	background: url(../images/back_sf.jpg);
	background-repeat: repeat-x;
	background-color: #CFD1B5;
	}
	
#contenitore
{
	width: 760px;
	position:absolute;
	left:50%;
	top: 50%;
	margin: -230px 0 0 -380px;
	padding: 0;
	
}
#swf{
	margin: 0;
	padding: 0;
	height: 450px;
}
#footer{
	width: 740px;
	height: 25px;
	margin: -9px 0 0 10px;
	padding: 0;
	
}
.label{
	background-image: url(../images/home_labelbg.jpg);
	background-repeat: repeat-x;
	padding: 4px 10px 0 10px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #009E31;
	width: auto;
	float: left;
	height: 25px;
	margin: 0 1px 0 0;
}

.label a , .label a:visited{
	text-decoration: none;
	color: #009E31;
}

.label a:hover{
	text-decoration: underline;
	color: #009E31;
}

#english{
	background-image: url(../images/home_english.jpg);
	background-repeat: no-repeat;
	padding: 4px 0px 0 0px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #009E31;
	width: 150px;
	float: right;
	height: 25px;
	margin: 0 1px 0 0;

}

#english a , #english a:visited{
	text-decoration: none;
	color: #009E31;
	padding: 0 0 0 32px;
		display: block;
}

#english a:hover{
	text-decoration: underline;
	color: #009E31;
}




#italiano{
	background-image: url(../images/home_italiano.jpg);
	background-repeat: no-repeat;
	padding: 4px 0px 0 0px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #009E31;
	width: 150px;
	float: right;
	height: 25px;
	margin: 0 1px 0 0;

}

#italiano a , #italiano a:visited{
	text-decoration: none;
	color: #009E31;
	padding: 0 0 0 32px;
		display: block;
}

#italiano a:hover{
	text-decoration: underline;
	color: #009E31;
}