@charset "UTF-8";
body, html {
	background-image: url(../IMG/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
td {
	vertical-align: top;
}
#top {
}
#spot {
	height: 200px;
	background-image: url(../IMG/bg_spot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 15px;
}
#contenuto  {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer  {
	background-color: #000000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #2F2F2F;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
.contenitore {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 950px;
}
.bordo-destro {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
.riga {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	clear: both;
}
#annuncio {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	margin: 0px;
	background-image: url(../IMG/bg_annuncio.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#annuncio     a img   {
	border: 3px solid #CCCCCC;
}
#annuncio a img:hover {
	border: 3px solid #666666;
}
#annuncio h2 {
	font-weight: normal;
	font-size: 15px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	color: #000000;
}
#annuncio .prezzo {
	padding-top: 10px;
	color: #999999;
	font-style: italic;
	font-size: 12px;
}
