/*
 ------------------------------------------------------------
	CMS_MAIN_STYLE.CSS	Foglio stile per TestCMS
 ------------------------------------------------------------
*/



* { padding:0; margin:0; }

html {
}

body { background:#000;
	text-align:center;
}

div#container {
	background:#fff;
	margin: 0 auto;
	width:950px;
	text-align:left;
}

div#header {
	width:950px;	
	height:177px;	overflow:hidden
}

#faux {position:relative;
	width: 100%;
}

div#content {
 	/*position: relative;
	top:25px;*/
	height: auto !important;  /* per i browser moderni */
   height:845px;  /* per IE5.x e IE6 */
   min-height:845px;  /* per i browser moderni */
}


div#footer {
	padding-top:5px;
	margin: 0 auto;
 	clear: both;
	width:950px;	
	height:25px;font:11px Arial; color:#d1d2d4;text-align:center;background:#000;
}
div#footer a{
	font:11px Arial; color:#d1d2d4;text-decoration:none
}

.clear { clear: both; }


.errmsg{font:11px Thaoma,Arial,sans;}

div#langsel{display:none;}





div#rightarea {
 	display:none 
}