html { 
	height: 100%
	}
body { 
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size:x-small
	}
#map_canvas {
	width: 100%;
	height:100%;
	float: left
	}
#console_out {
	display:none;
	width:30%;
	float: left;
	}
#console {
	display:none;
	padding: 8px;
	overflow:auto;
	}

