#map { 
	float:left; 
	width:500px; 
	height:500px; 
}

#message { 
	position:absolute; 
	padding:10px; 
	background:#555; 
	color:#fff; 
	width:75px; 
}

#list { 
	float:left; 
	width:200px; 
	background:#eee; 
	list-style:none; 
	padding:0; 
}

#list li { 
	padding:10px;
}

#list li:hover { 
	background:#555; 
	color:#fff; 
	cursor:pointer; 
	cursor:hand;
}