body,html {
	margin: 0;
	height:100%;
	background-color: #000000;
	background-image: url(../imgs/pattFondo.gif);
}
.main {
	height: 100%;
}
.sfuminoSu {
	background-image: url(../imgs/sfuminoinferiore.jpg);
	background-repeat: repeat-x;
	height: 40px;
	background-position: center;
}
.sfuminoGiu {
	background-image: url(../imgs/footerRip.jpg);
	background-color:#000000;
	vertical-align: top;
	background-repeat: repeat-y;
	background-position: top;
}
.colonnaSx {
	background-image: url(../imgs/righettaSx2.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.colonnaDx {
	background-image: url(../imgs/righettaDx2.jpg);
	background-repeat: repeat-y;
	background-position: left;
}


div#centrale{
	z-index: 10;
	width: 100%;
	height: 600px;
	font-family: Arial, Helvetica, sans-serif;   
	font-size:12pt;
	color:#CCC;
	position:absolute;
	border-top:2px #000 solid;
	border-bottom:2px #000 solid;
	top:33px;
	left:0px;
	background-image:url(../imgs/transperantSpotlightPNG.png);
   	    }
		
	div#chiusura{
			float:right;
			padding:10px;
	}
			
	div#centrale a{
		    text-decoration:none;
	}	
	
	
div#centrale a:link {
	color: #09F;
	text-decoration: none;
}
div#centrale a:visited {
	text-decoration: none;
	color: #09F;
}
div#centrale a:hover {
	text-decoration: underline;
	color: #CCC;
}
div#centrale a:active {
	text-decoration: none;
}	
	
	
	
	
	
	
	
	div#chiusura img{
            vertical-align: middle;
	}