

@import url("reset.css");



		
		* {
	margin:0;
	padding:0;
	font-family: Arial;
	color:#EEE;
	border:none;}
	
img {
	border:none;
}
body {
	overflow:hidden; background:#000; /*Needed to eliminate scrollbars*/
}



#box { width:680px; margin-top:150px;  position:absolute;left:-340px;margin-left:50%; display:block;}



#mappa{ width:475px; float:left; }

#finestra {
	width:200px;
	float:left;
}
h1 {
	text-transform:uppercase;
	font-size:1.1em;
	line-height: 100px;
}

#finestra ul {  text-decoration:none;  font-size:0.8em;line-height: 1.8em;}
#finestra a { color:#BBB;  }
#finestra a:hover { color:white ; }




h4 { font-size:0.9em;}


