#header{
	text-align: center;
	height: 140px;
}

#text{
	top: 120px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
	font-family: Arial;
}

#map{
	margin-right: auto;
	margin-left: auto;
	position:absolute;
	bottom:0px;
	top: 80px;
	width: 100%;
	left:0px;
	right:0px;
	height: 800px;
	float: left;
}

#userlist{
	position:absolute;
	top:30px;
	right: 8px;
	bottom:15px;
	width:150px;
	z-index:50;
	color:#fff;
	background-color:#007;
	font-family: Arial;
	font-size:12px;
}
/*content of userlist*/
#innertext{
	top:18px;
	left:2px;
	right:2px;
	bottom:2px;
	background-color:#888;
	position:absolute;
	overflow:auto;
}
					
/*user in userlist*/
.user:hover{
	cursor:pointer;
}
					
/*Username in Marker Popup*/
.popup_user{
	font-weight:bold !important;
}
/*City in Marker Popup*/
.popup_city{
}

.zoom{
	color:#00E;
	text-decoration:underline; 
}
.zoom:hover{
	cursor:pointer;
}