@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0;}
html, body {width:100%; height:100%;}
body {overflow:hidden; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px;}

#indexButtonLink {
	background:url(/images/logo.gif) top left no-repeat;
	position:fixed;
	_position:absolute;
	top:0;
	left:0;
	
	display:block;
	width:75px;
	height:75px;
	overflow:hidden;
	text-indent:-5000px;
	/*border:1px solid #000; */
	z-index:9999;
}



/* CLASSI PRESET VISUALIZZAZIONI MAPPE  */

.fullScreenMap {position:absolute; top:0; left:0; width:100%; height:100%;}



#textStatement {font-size:48px; width:100%; position:absolute; _position:absolute; left:0; font-weight:normal; text-align:center; z-index:1001;}


/* DIRECTIONS CLASS	*/


.gDirection {text-decoration:none; font-size:18px; color:#fff; border:2px solid #fff; padding:3px;}
a.gDirection:hover {}
.gNorth, .gSouth, .gWest, .gEast {position:absolute; z-index:100001;}
.gNorth {top:0; left:50%; background:#660000 url(/images/gNorthBg.png) center top no-repeat; padding-top:10px;}
.gSouth {bottom:0; left:50%; background:#000066 url(/images/gSouthBg.png) center bottom no-repeat; padding-bottom:10px;}
.gWest {top:50%; left:0; background:#003300 url(/images/gWestBg.png) center left no-repeat; padding-left:14px;;}
.gEast {top:50%; right:0; background:#331166 url(/images/gEastBg.png) center right no-repeat; padding-right:14px;}