body {
	background-color: #666;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(immagini/sfondo.jpg);
	background-position: center top;
}
#contenitore {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#intestazione {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	height: 151px;
	width: 1000px;
	background-image: url(immagini/intestazione.jpg);
}
#barra {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 1000px;
	clear: both;
	background-image: url(immagini/barra.jpg);
}
#contenuto {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 1490px;
	background-color: #CCC;
	background-image: url(immagini/Abstract%20Background2.jpg);
}
#asta {
	background-color: #600;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 1000px;
}
#contenitore #barra table tr td a {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
#contenitore #barra table tr td a:hover {
	color: #600;
}
#fine {
	background-color: #600;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 1000px;
}
#contenitore #contenuto table tr td p {
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	list-style-type: circle;
}
#contenitore #contenuto table tr td ul li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}
.bianco {
	color: #FFF;
}
