body {
	margin: 10;
	padding: 10;
}

#map {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 98%;
}
label {
	float: left;
}
pre {
	font-family: "Courier New";
	font-size: .85em;
	color: #333;
	float: left;
	clear: both;
	padding: 10px;
	margin: 10px 0;
	background-color: #eee;
	box-shadow: inset 2px 2px 4px #ccc;
}
