/* --------------- CSS --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */

#map {
	color: #000099;
	width:  530px;
	height: 480px;
	z-index: 4;
}


#map a:link, #map a:visited {
	color: #000099;
}
	
#map a:hover {
	color: #ff0000;
}
	
#debug {
	display: none;
}