* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

body { 
	text-align:center;
	min-height:624px;/* for good browsers*/
	min-width:1005px;/* for good browsers*/
	background-color:#c1ba9e;
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
}
#xouter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#xcontainer {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 644px;
}	
#xinner {
	width: 1005px;
	background:#fff;
	height: 624px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	background-image:url("../img/background.gif");
	position:relative;
}
#xcontent {
	width:100%;
	position:absolute;
	top:21px;
	left:12px;
	text-align:left;
}


  /***********/
 /* BOTTONI */
/***********/

/* Rollover buttons */
.buttons {
	width: auto;
	height: auto;
}

/* Rollover state */
.buttons div {
	 float: left;
	/*margin: 0px 5px 0 0;*/
	background-position: 0 100%;
	margin:0;
	padding:0;
}

/* Rolloff state */
.buttons div a {
	float: left;
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	margin:0;
	padding:0;	
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
.buttons div span		{ display: none; }
.buttons div a:hover	{ background-image: none; }


/* STILI PAGINE */

#work_in_progress {
	position:absolute;
	top:100px;
	left:100px;
	width:650px;
	height:424px;
	background-image:url("../img/in_aggiornamento.png");
	z-index:0;
}

 a:link{
	color:#1a8900;
	font-weight:bold;
	text-decoration:underline;
}

a:visited{
	color:#1a8900;
	font-weight:bold;
	text-decoration:underline;
}

a:hover{
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}

#skip_intro_button {
position:absolute;
top:549px;
left:56px;
}

/* FOOTER */
#copyright {
	position:absolute;
	top:630px;
	left:0px;
	font-size:9px;	
	color:#FFFFFF;
	width:100%;
}

/* MENU SERVIZIO */
#menu2 {
	position:absolute;
	top:614px;
	left:0px;
	width:100%;
	font-size:9px;	
}
a.menu2:link{
	color:#333333;
	text-decoration:none;
	font-size:9px;
	font-weight:normal;
}

a.menu2:visited{
	color:#333333;
	text-decoration:none;
	font-size:9px;
	font-weight:normal;
}

a.menu2:hover{
	color:#1a8900;
	text-decoration:underline;
	font-size:9px;
	font-weight:normal;
}

/* VARIANTE VERDE */
a.menu2_verde:link{
	color:#1a8900;
	text-decoration:none;
	font-size:9px;
	font-weight:normal;
}

a.menu2_verde:visited{
	color:#1a8900;
	text-decoration:none;
	font-size:9px;
	font-weight:normal;
}

a.menu2_verde:hover{
	color:#333333;
	text-decoration:underline;
	font-size:9px;
	font-weight:normal;
}