body {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.intro {
	width: 980px;
	height: 486px;
	margin: 75px auto 0 auto;
}
.header {
	background-image: url(immagini/header_logo.png);
	background-repeat: no-repeat;
	height: 175px;
	width: 1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;}
*html .header {background:transparent none; ¬
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='immagini/header_logo.png', ¬
    sizingMethod='crop'); }

.contenuto {
	background-image: url(immagini/button_bground.png);
	background-repeat: repeat-x;
	width: 96%;
	height: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}

.body {
	background-image: url(immagini/body.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 390px;
	width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	color: #000000;
	}
	
.testo {

	width: 950px;
	height: 50px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	color:#000000;
}
ul#nav{
font-family: "Courier New", Courier, monospace;
font-size: 15px;
float: left;
width: 900px;
list-style: url(immagini/button_bg.png);
margin-top: 20px;
padding-left: 40px;
font-weight: bold;
}

ul#nav li{
font-family: "Courier New", Courier, monospace;
float: left;
padding: 0;
margin-top: 0;
margin-right: 2em;
margin-bottom: 0;
margin-left: 1em;
}
ul#nav span{float: left;padding: 0.4em 0.4em 0.4em 0;cursor: pointer} 
ul#nav li#active a,ul#nav a:hover{
color: #CC0000;
} 
ul#nav li#active span,ul#nav a:hover span{
color: #CC0000;
}