@charset "utf-8";
body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	margin: 0;
	padding: 0;
	color: #666;
	background: url(../immagini/sfondo_index.jpg) repeat-x;
}
#container { 
	width: 900px;
	margin: 0 auto;
} 
#header { 
	width: 900px;
	height: 300px;
	margin-top:50px;
}
#header .headerBackground {
	width:900px;
	height:420px;
	padding-top:22px;
	background: url(../immagini/sfondo_banner.png) no-repeat center;
} 
#content
{ 
	position: relative;
	margin:22px 0 0 23px;
	padding-left: 30px;
	background: url(../immagini/sfondo_logo.png) no-repeat;
	width: 855px;
	height: 176px;
} 
#extraDiv1 {
	position:absolute;
	top:12px;
	left:1300px;
	background:transparent no-repeat;
	width:16px;
	height:180px;
}
#extraDiv6 {
	position:absolute;
	top:600px;
	left:305px;
	background:transparent no-repeat;
}
#menu {
	margin:92px 0 0 200px;
	width:600px;
	height:10px;
	text-align:center;
}
#menu ul {
	padding: 0;
	margin: auto 0;
	width: 100%;
}
#menu ul li { 
	display: inline;
}
#menu ul li a {
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	height:10px;
	font-size:16px;
	padding:11px 30px;
}
#menu ul li a:hover {
	color: #1861d0;
}

