/* CSS Document */

/* ------------------------------- formatting ----------------------------- */
body {
	font-family: 		Trebuchet Ms,Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	font-size: 			14px;
	margin: 			0px;
	padding: 			0px;
	color: 				#FFFFFF;
	background: 		#000000;
	
	}
td	{
	font-family: 		Trebuchet Ms,Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	font-size: 			14px;
}

/* styles for IE 5 Mac */
 #horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #horizon {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -250px;
   text-align: center;
   min-width: 750px; 
 }
 /* end IE 5 hack */ 
	  
#wrapper {
	position: relative;
	text-align: center;
	width: 750px;
	height: 500px;
	margin: 0px auto;
	}
	
#mapInfo {
	font-family: 		Trebuchet Ms,Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	font-color: 		#FFFFFF;
	font-size: 			14px;
	position: relative;
	top: 10px;
   	left: 0px;
	text-align: center;
	width: 600px;
	height: 25px;
	margin: 0px auto;
	}	