﻿html, body {
	width: 100%;
	height: 100%;
}
html {
	overflow: hidden
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: tahoma, verdana, sans-serif
}
#map_canvas {
	width: 100%;
	height: 100%;
	z-index: 1
}

#menu 
{
	width: 210px;
	border: 3px solid black;
	padding: 2px;
	position: absolute;
	top: 40px;
	right: 20px;
	background-color: white;
	z-index: 9999
}

#helpinfo {
	background-color:white;
	border:3px solid black;
	display:none;
	padding:2px;
	position:absolute;
	right:250px;
	top:40px;
	width:210px;
	z-index:9999
}

h1 {
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 20px;
	margin: 1px;
	padding: 1px;
}

p {
	font-size: 0.8em;
}

.topicon {
	border:1px solid black;
	float:right
}