body {
	margin: 0px;
	padding: 0.5em;
	background-color: #CCFFCC;
}
#map {
	height:600px;
	border: 1px solid #AAA;
	z-index: 1000;
}
#getZoomButton {
	position: absolute;
	top: 18px;
	left: 20px;
	z-index: 1001;
}

div.header {
	padding: 5px 10px 5px 10px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	background-color: #044a64;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: white;
}
div.header a { color: white; }
div.header a:link { color: white; text-decoration:none; }
div.header a:visited { color: white; }
div.header a:hover { background-color: white; color: #044a64; }

/* The footer at the very bottom of the page */
div.footer {
	font-size: 0.7em;
	padding: 5px 10px 5px 10px;
	text-align: left;
	background-color: #044a64;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	color: white;
}
div.footer a { color: white; }
div.footer a:link { color: white; }
div.footer a:visited { color: white; }
div.footer a:hover { background-color: white; color: #044a64; }

/*=== Author styles ====*/
#GYS {
	color: white;
}
#gysName {
	color:blue;font-size:0.9em;
}
