html {
		height: 100%;
		background-color: #E2E2E2;
		background-image: url(../componenti/sfpagina.jpg);
		background-repeat: repeat-y;
		background-position: center;
		overflow: auto;
	}

a {	
		outline: none;/* get rid of dotted borders */ 
	}


.contenitore
{
	position: absolute;
	overflow: hidden;
	margin-top: -5;
	top: -15;
	margin-left: 0;
	/*height: 452px;*/
	width: 900px;
	background-color: #ffffff;
	/*background:  url(sito_a/componenti/sfondo_contenuti.gif);*/
	/*-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
}

.testata
{
	position: absolute;
	overflow: hidden;
	margin-top: -439;
	margin-left: 0;
	/*height: 409px;*/
	width: 900px;
	z-index: 10;
	/*background-color: #ffffff;*/
	/*background:  url(sito_a/componenti/sfondo_contenuti.gif);*/
	/*-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
}

.area
{
	position: absolute;
	overflow: hidden;
	margin-top: 400;
	margin-left: 0;
	height: 400px;
	width: 900px;
	z-index:100;
	background-color: #ffffff;
	/*background:  url(sito_a/componenti/sfondo_contenuti.gif);*/
	/*-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
}

.footer
{
	position: absolute;
	overflow: hidden;
	margin-top: 0;
	margin-left: 0;
	width: 900px;
	z-index:100;
	background-color: #ffffff;
	/*background:  url(sito_a/componenti/sfondo_contenuti.gif);*/
	/*-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
}



.galleria
{
	position: relative;
	overflow: hidden;
	margin-top: 42;
	margin-left: 90;
	height: 409px;
	width: 750px;
	z-index: 9;
	/*background-color: #ffffff;*/
	/*background:  url(sito_a/componenti/sfondo_contenuti.gif);*/
	/*-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
}

.contenuti
{
	position: absolute;
	margin-top: -10;
	margin-left: 0;
	width: 750px;
	background-color: #ffffff;
	/*background:  url(sito_a/componenti/sfondo_contenuti.gif);*/
	/*-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
}

 .centered_div{
width:900px;
/*height:861px;*/
position:absolute;
/*top:50%;*/ 
left:50%;
margin-left:-450px;
margin-top:-10px;
background-color: #ffffff;

}


