body {
	position: relative;
	font-family: century gothic;
	font-size: 20px;
	color: ffffff;
	text-align: left;
	}
	
.map {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	height: 100%;
}
	
.title {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 3;
	}
	
#menu {
	position:fixed;
	font size:20px; 
	bottom: 50px;
	left: 5px;
	z-index: 20;
	}
	
#menu a {
	text-decoration: none;
	opacity: .6;
	filter: alpha(opacity=60);
	}

#menu a:hover {
	text-decorationL none;
	opacity: 1;
	filter: alpha(opacity=100);
	}

	
#bar {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 265px;
	height: 200px; 
	z-index: 2;
	background:#E700ff;
	opacity: 0.6;
	filter: alpha(opacity=60);
	}
	
	
	
	
.manhole {
	position: fixed;
	left: -100px;
	top: -100px;
	z-index: 1;
	}
	

