@charset "utf-8";
/* CSS Document */

.rosso { color:#F00 }
.center { text-align:center }

.esito_errore { color:#F00}
.esito_ok { color:#0C0}

html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#4a5343;
	}

#superking { position:absolute; top:0; right:0; z-index:80;}

#page { OVERFLOW: hidden; WIDTH: 100%; HEIGHT: 100%; Z-INDEX: 70; LEFT: 0px; OVERFLOW: auto; POSITION: absolute; TOP: 0px }

#header{ width:1024px; height:110px; margin:50px auto 0 auto; text-align:center; }
#footer{ width:1024px; height:100px; margin:5px auto 0 auto; text-align:center; color:#FFF }

#contenitore{ width:960px; height:auto; overflow:hidden; position:relative; margin:0px auto; }

	#menu { width:954px; overflow:visible; margin:-20px 0 0px -15px; height:25px; background:url(../images/red.jpg) top left repeat-x; position:relative; font-size:1.2em;}
	
	#menu ul { width:100%; list-style:none; margin:0; padding:1px 0 0 0;}
	#menu ul li { width:14%; float:left; display:inline; color:#FFF; text-align:center}
	#menu ul li a{ color:#FFF; text-decoration:none}
	#back {   }
	#centrale { height:495px; margin:25px 0; background:#000; color:#FFF}
		.testo { width:430px; float:left; padding:0 30px 0 10px }
		.gallery { width:440px; float:left; margin:10px 5px 0 0; }
		.c_thumb { width:440px; height:20px; text-align:right; margin:0 0 0 0;}
		.c_thumb a{ width:10px; height:10px; float:right; margin:5px; background:#F00 }
		.c_thumb a:hover{ width:10px; height:10px; float:right; margin:5px; background:#FFF }
	
	form.cmxform table tr td{ color:#FFF!important }
	form.cmxform input[type:text] { width:100%; color:#000!important }
	form.cmxform textarea { width:100%; height:150px}
	


#entra { width:auto; height:50px; background:none; position:absolute; bottom:50px; left:45%}

