

/*CODICE PER IL LAYER FISSO IN FONDO ALLA PAGINA*/
.metaNavigation{
	position:fixed; 
	background-color:transparent; 
	bottom:0px; 
	width:100%; 
	height:25px; 
	color:#000000; 
	z-index:1000;
	background-image:url(../images/bottom_.gif); background-repeat: repeat-x;background-color:transparent;
}
/*
.contentDiv{
	position: static;
	background-color:#666666;
}
*/
.outerDiv{
	height:100%;
	overflow:auto; 
	z-index:1;
}
#metaNavigationInline {
	width:100%;
}
#metaNavigationText {
	position:relative; 
	top:5px; 
	right:0px; 
	height:20px; 
}

* html .outerDiv {height: 96%;width: 100%;}
* html .metaNavigation {z-index: 1000;position: absolute;}
