			html, body {
				width: 100%;
				height: 100%;
			}
			html {
				overflow: hidden
			}
			body {
				margin: 0px 0px 0px 0px;
				padding: 0px;
				/* background-color matched to panel, to hide small gap below it */
				background-color: #CCCCCC;
			}
			#menudiv {
				position: absolute;
				visibility: hidden;
				left: 0px;
				top: 0px;
			}
			#mapdiv {
				width: 100%;
				height: 100%
			}
			#messagediv {
				position: absolute;
				visibility: hidden;
				left: 0px;
				top: 0px;
				width: 200px;
				height: 100px;
				border-top-style: outset;
				border-bottom-style: outset;
				border-left-style: outset;
				border-right-style: outset;
				background-color: #CCCCCC;
				text-align: center;
				font-size: 15pt;
				font-family: Arial;
			}
			#logindiv, #registerdiv, #reminderdiv, #renamediv {
				position: absolute;
				visibility: hidden;
				margin: 10px 10px 10px 10px;
				height: auto;
				width: auto;
				left: 0px;
				top: 0px;
				border-top-style: outset;
				border-bottom-style: outset;
				border-left-style: outset;
				border-right-style: outset;
				background-color: #CCCCCC;
				font-size: 10pt;
				font-family: Arial;
			}
