body {
	padding:0; margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF5EA;
	}
#wrap {	
	margin:30px auto; 
	width:760px; height:500px; 
	background-image:url(../images/splash-fondo.jpg);
	position:relative;
	}
	#sinistra {
		}
	#destra {
		position:absolute;
		top:0; right:0;
		font-size:9px;
		color:#FFF;
		}
		#dati {
			width:279px; height:120px;
			}
			#dati a { color:#FFF; text-decoration:none; }
		#menu {
			position:absolute;
			top:120px; right:0;
			width:279px; height:235px;
			}
			#menu img { border:0; }
#piede {
	font-size:9px;
	color:#666;
	text-align:center;
	}
	#piede a {
	 color:#666;
	 text-decoration:none;
	 font-weight:bold;
	 }

/*** MENU ***/

.it { display:block; width:279px; height:45px; background-image:url(../images/splash-it.jpg); background-position:center right; }
.it:hover { background-position:center left; }
.en { display:block; width:279px; height:45px; background-image:url(../images/splash-en.jpg); background-position:center right; }
.en:hover { background-position:center left; }
.es { display:block; width:279px; height:46px; background-image:url(../images/splash-es.jpg); background-position:center right; }
.es:hover { background-position:center left; }
.pr { display:block; width:279px; height:46px; background-image:url(../images/splash-pr.jpg); background-position:center right; }
.pr:hover { background-position:center left; }
.fr { display:block; width:279px; height:53px; background-image:url(../images/splash-fr.jpg); background-position:center right; }
.fr:hover { background-position:center left; }

