html, body {
	height: 100%;
}

a {
	text-decoration: none;
}

#action:hover {
	background: #ff0;
}

body {
	overflow: hidden;
	padding: 6px 6px 1px 6px;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
}

#action {
	color: #00f;
}

#left {
	height: 100%;
	width: 280px;
	float: left;
	overflow: scroll;
}

#right {
	position: relative;
	width: 1px;
	height: 1px;
	float: left;
}

#right #map {
	width: 100%;
	height: 100%
}

#map {
	clear: both;
}
