/* INFORMAZIONI STRUTTURALI */

html,
body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#pagina {
	position: relative;
	margin: 0 auto;
	padding:0;
	width: 978px;
	min-height: 100%;
	overflow: visible;
	background: #fff;
	text-align: left;
	border: solid #666;
	border-width: 0 1px;
}
*html #pagina {
	height: 100%;
}

div#recapitiBox {
	position: relative;
	height: 90px;
	witdh: 978px;
}
#recapiti {
	position: absolute;
	top: 25px;
	left: 72px;
}

div#menuBox {
	width: 978px;
	height:22px;
	line-height:22px;
	margin: 0;
	padding:0;
	background-color:#f90;
}
#contenuto {
	margin: 40px 0 10px 72px;
	padding:0;
	width: 585px;
	
	float:left;
	/*IE& double margin float bug fix */
	display: inline;

}

#logoPLR {
	position:absolute;
	top:23px;
	left: 825px;
}

#links {
	/*
	position:absolute; 
	top: 199px; 
	left: 669px;
	*/
	width:275px;
	
	float:right; 
	margin-right:34px; 
	margin-top:87px;
}

#divIndexLink {
	position:absolute; 
	top: 0px; 
	left: 0px;
	width:978px;
	height:90px;
	z-index:10;
	text-decoration: none;
}


div#piede {
	clear: both;
	border: 0;
	text-align: center;
	padding: 60px 0 15px 0;
	font-size: 8px;
	color: #999999; /* come sfondo */
	}

