/* ******************************************************************* PARTI COMUNI */
body {
	margin: 10px 14px;
	padding: 0;
	font: 10px Georgia, Arial, Sans-serif;
	color: #909090;
	text-align: center;
}
#box {
	width: 952px;
	margin: 0 auto;
	text-align: left;
}
/* ******************************************************************* FINE PARTI COMUNI */

#header span {
	float: left;
}
#content {
	clear: left;
}
#content span {
	float: left;
}
#lingua {
	clear: left;
	text-align: center;
	border: 1px solid #cecece;
	border-top-width: 0px;
	padding: 4px 0;
}
#lingua a {
	margin: 0 5px;
}
address {
	text-align: center;
	font-style: normal;
}
#footer {
	position: relative;
	line-height: 28px;
	height: 28px;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #909090;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #copy {
	position: absolute;
	top: 0px;
	right: 0;
}