#main {
	margin: auto;
	height: 600px;
	width: 960px;
	background-image:url(img/sfondomain.jpg);
}
#header {
	height: 180px;
	width: 960px;
	background-image: url(img/header.jpg);
}
#nav {
	background-image: url(img/menu.jpg);
	height: 30px;
	width: 960px;
}
.contenuto {
	height: 360px;
	width: 960px;
}
#footer {
	background-image: url(img/footer.jpg);
	height: 50px;
	width: 960px;
}
#main #nav {
	list-style-type: none;
}
#main #nav ul {
	list-style-type: none;
}
#main #nav ul li {
	float: left;
	margin-top: 0px;
	margin-right: 85px;
	margin-bottom: 0px;
	margin-left: 60px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
}
#main #nav ul li a {
	color: #666;
	font-size: 16px;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
#main #nav ul li a:hover {
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
