/* tutto il layer con lo sfondo carta*/

#contenitore{
	margin: 0px auto;
	position:relative;
	top:0px;
	width: 1003px;height:1000px;
	vertical-align:middle;
	text-align:center;
}

/* il quadrato in bianco al centro */
#sub{
	position:relative;
	top:107px;
	width: 804px;height:739px;
	background-image:url('img/sf_r.gif');
	background-repeat:no-repeat;
	margin:0px auto;
}

#sub_i{
	position:relative;
	top:107px;
	width: 804px;height:739px;
	background-image:url('img/sf_r_i.gif');
	background-repeat:no-repeat;
	margin:0px auto;
}

#sub_c{
	position:relative;
	top:107px;
	width: 800px;height:840px;
	background-image:url('img/sf_r_c.gif');
	background-repeat:no-repeat;
	margin:0px auto;
	padding:0px;
}

#logo{
	position:absolute;
	left:7px;top:9px;
	width:363px;height:151px;
	background-image:url('img/logo.gif');
	background-repeat:no-repeat;
}

#foto{
	position:absolute;
	left:370px;top:9px;
	width:422px;height:298px;
	background-image:url('img/foto.jpg');
	background-repeat:no-repeat;
}

#menu{
	position:absolute;
	left:40px;top:140px;
	width:198px;
	text-align:left;
}


/* la parte che cambia con l'include del $cmd */
#command{
	position:absolute;
	left:9px;top:309px;
	width:784px;height:367px;
	text-align:left;
}

#command_c{
	position:absolute;
	left:9px;top:309px;
	width:790px;height:530px;
	text-align:left;
}

#servizi{
	position:absolute;
	top:0px;left:8px;
	width:213px; height:303px;
	background-image:url('img/servizi.gif');
	background-repeat:no-repeat;
	z-index:20;
}
#bar{
			position:relative;
			top:168px;left:4px;
			width:202px; height:41px;
			background-image:url('img/servizi_bar.gif');
}
#giardino{
			position:relative;
			top:168px;left:4px;
			width:202px; height:41px;
			background-image:url('img/servizi_giardino.gif');
}
#servizi_bar{
					position:absolute;
					top:0px;left:220px;
					width:213px; height:303px;
					padding:20px;
					visibility:hidden;
}
#servizi_giardino{
					position:absolute;
					top:0px;left:220px;
					width:213px; height:303px;
					padding:20px;
					visibility:hidden;
}

#dovesiamo{
	position:relative;
	top:0px;left:429px;
	width:297px; height:331px;
	background-image:url('img/dovesiamo.gif');
	background-repeat:no-repeat;
	z-index:20;
}

#mail{
	position:absolute;
	bottom:25px;left:6px;
	width:788px;
	z-index:20;
}

#valxhtml{
	position:absolute;
	bottom:100px;left:710px;
	text-align:left;
}

#statistiche{
	position:absolute;
	bottom:100px;left:120px;
	text-align:left;
}





