body {
	width: 850px;
	margin: 0px auto 20px;
	background-image: url(img/sf_pagina.jpg);
	background-repeat: repeat-x;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	padding: 0px;
	background-color: #999999;
}
/*Formattazione testo */
h1,h2,h3,h4,h5,h6 {
	margin: 2px 5px 5px 5px;
}
h1 {
	font-size: 10px;
	color: #999;
	font-style: normal;
	font-weight: lighter;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.gray:link {
	color: #999;
	text-decoration: underline;
} 
a.gray:visited {
	color: #999;
	text-decoration: underline;
} 
a.gray:active {
	color: #999;
	text-decoration: underline;
} 
a.gray:hover {
	color: #999;
	text-decoration: none;
}
#header {
	width: 850px;
	height: 75px;
	text-align: center;
}
#logo_sx {
	width: 216px;
	height: 76px;
	float: left;
}
#logo_cx {
	width: 444px;
	height: 76px;
	float: left;
	background-image:url(img/logo_dx.jpg);
}
#logo_dx {
	width: 190px;
	height: 71px;
	padding-top: 5px;
	float: right;
	background-image:url(img/logo_dx_2.jpg);
}

#ani_sx {
	width: 620px;
	float: left;
	background-image: url(img/sf_ani_home.jpg);
}
#ani_dx {
	width: 230px;
	float: right;
}

#paesi {
	width: 850px;
	height: 40px;
}

#piede {
	width: 810px;
	height: 50px;
	background-image: url(img/sf_piede.jpg);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}
.testo_11_grigio{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
.testo_10_bianco{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}
#testo_10_bianco a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#testo_10_bianco a:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}