@CHARSET "ISO-8859-1";
.map-viewport{ 
	position:relative; 
	width:600px; 
	height:763px; 
	overflow:hidden; 
}
.map-surround {
	margin-top: 10px;
	border: 3px solid #736c6d;
}
.map-surround-hilite {
	border: 3px solid #c9c5c6;
}

.level{ position:absolute; left:0; top:0; z-index:10;}

.current-level{ z-index:20; }

#map{ width:600px; height:763px; position:absolute; left:0; top:0; cursor:move;}
