@charset "utf-8";
/* CSS Document */

div#contenitore{
margin:0px auto;
width:850px;
height:320px;
background-color: transparent;
overflow:hidden;
}

div#contenuto{
margin:0px;
width:5100px;
height:320px;
background-color: transparent;
float:left;
display:inline;
}
div #contenuto a  {
	color: #FFF;
	text-decoration: underline;
}
div #contenuto a:hover {
	color: #999;
	background-color: #FFF;
	text-decoration: none;
}

div#contenuto div#primo{
margin:0px;
width:850px;
height:320px;
background-color:transparent;
float:left;display:inline;
}

div#contenuto div#secondo{
margin:0px;
width:850px;
height:320px;
background-color:transparent;
float:left;
display:inline;
}

div#contenuto div#terzo{
margin:0px;
width:850px;
height:320px;
background-color:transparent;
float:left;
display:inline;
}

div#contenuto div#quarto{
margin:0px;
width:850px;
height:320px;
background-color:transparent;
float:left;
display:inline;
}

div#contenuto div#quinto{
margin:0px;
width:850px;
height:320px;
background-color:transparent;
float:left;
display:inline;
}

div#contenuto div#sesto{
margin:0px;
width:850px;
height:320px;
background-color:transparent;
float:left;
display:inline;
}

div#menu{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0px auto;
	width:850px;
	background-color:transparent;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}


div #menu a  {
	color: #FFF;
	text-decoration: underline;
}
div #menu a:hover {
	color: #999;
	background-color: #FFF;
	text-decoration: none;
}

