body {
       position: relative;
	   width: 760px;
       margin: auto;
       min-height: 100%;
       height: 100%;
     
}
		
#contenitore{
		
		width: 761px;
		background: url(../comuni/bg_contenitore.gif) no-repeat;
		position: absolute;
		height:1200px;
		z-index: 1;
		}

#finto{
		width: 761px;
		background: url(../comuni/trasparente.gif) repeat;
		position: absolute;
		height:200%;
		margin-left:209px;
		top: 350px;
		z-index: 12;
		}

#flashmenu{
        position: absolute;
		width: 210px;
        height: 767px;
		z-index: 10;
		}

#titolo{
	position: absolute;
	width: 560px;
	height: 73px;
	top: 112px;
	margin-left:209px;
	z-index: 9;
		}
#contenuto{
		position: absolute;
		width: 490px;
		height: 400px;
		top: 220px;
		margin-left:220px;
		z-index: 11;
		}


		
#buona_lettura{
	background-color:#FFFFFF;
	padding: 10px;
	z-index: 12;
	/*overflow:auto;
	height: 100px;
	scrollbar-face-color:#9999CC;
	scrollbar-shadow-color:#000050;
	scrollbar-highlight-color:#000050:
	scrollbar-3dlight-color:#000050;
	scrollbar-darkshadow-color:#000050;
	scrollbar-track-color:#000050;
	scrollbar-arrow-color:#000000;*/
}
		
#buona_lettura a:link {
	color: #000000;
	text-decoration: none;
}
#buona_lettura a:visited {
	color: #000000;
	text-decoration: none;
}
#buona_lettura a:hover {
	color: #0033FF;
	text-decoration: none;
}

#footer{
	width: 100%;
	background: url(../comuni/bg_footer.gif) repeat-y;
	position: absolute;
	height:300%;
	top:500px;
	z-index: 2;
	overflow:inherit;
	}

.bordonero {
	border: 1px solid #333333;
}

.testo_attorno {
	border: 1px solid #333333;
	float: left;
	margin: 10px;
}
.testo_contenuto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#contenitore #titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 24px;
	text-align: right;
}
.titolo_tabella {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #66CCFF;
}
.testo_tabella {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #F9FCED;
}
