/*
 ------------------------------------------------------------
	CMS_MAIN_STYLE.CSS	Foglio stile per TestCMS
 ------------------------------------------------------------
*/
html {
	padding:0;
	margin:0;
	scrollbar-darkshadow-color:#04289e;
	scrollbar-face-color:#6fd1f8;
	scrollbar-highlight-color:#04289e;
	scrollbar-shadow-color:#6fd1f8;
	scrollbar-arrow-color:#04289e;
	scrollbar-base-color:#6fd1f8;
}

body { 
	background:#6fd1f8;
	text-align:center;
}

div#container {
	position:absolute;
	height:920px;
	width:925px;
	left:50%;
	top:0px;
	margin-left:-462px;
	text-align:left;
}

div#header {
	width:925px;	
	height:261px;	
	position:absolute;
	left:0px;	
	top:0px;
	z-index:80;
}
div#banner {
	top:0px;
}
div#content {
	background:url('/custom_cms/images/sf-cont.jpg');
	position: absolute;
	width:925px;
	height:533px;
	left:0;
	top:261px;
}

div#footer{
	width:925px;	
	height:126px;
	position:absolute;
	top:794px;
	z-index:10;
	left:50%;
	margin-left:-462px;
}
div#lowerbar {
	text-align:center;
	padding-top:0px;
}

div#bottomarea {display:none;}


div#langsel {
	display:none;
}
p {margin:0;padding: 0;}

a img{border:0;}


#menu-home{z-index:3}
