body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #666666;
	background-color: #e7e7e7;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#pagina {
	width: 760px;
	padding: 0px;
	background-color: #ffffff; 
	background-image: url(../images/wide.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}
#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	margin: 0px auto; 
	width: 100%; 
	height: 230px;
}
#headerimg {
	margin: 0px; 
	width: 100%; 
	height: 230px
}
#headerimg H1 {
	font-size: 25px;
	text-align: right;
	margin-right: 50px;
	margin-top: 120px;
}
#menu {
	font-size: 14px;
	text-align: left;
	margin-left: 40px;
    margin-top: 20px;
}
#menu span {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #F9EEB0;
	border: 1px solid #CCCCCC;
}
.spanNormal {
	background-image: url(../images/sf_tasto.jpg);
}
.spanOver {
	background-image: url(../images/sf_tasto2.jpg);
}
#menu a {
	color: #333333;
	text-decoration: none;
}
#centro {
	height: 100%;
	width: 500px;
	margin: 20px auto;	
	font-size: 12px;
}
#centro h1 {
    font-size: 15px;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 30px;
}
#centro .centro {
    margin-bottom: 40px;
}
#centro img{
	margin-right: 4px;
	border: 1px solid #999999;
	float: left;
}
#centro ul{
	list-style-type: none;
	margin-left: 0px;
}
#centro .azienda{
	font-weight: bold;
}
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: 50% bottom;
	clear: both;
	width: 760px;
	height: 63px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;	
}
#footer #menufooter {
    margin-bottom: 30px;
}
#footer #stats {
display:none;
   margin-top:5px;
   font-size: 10px;
}
#footer a {
    color: #333333;
	text-decoration: none;
}

