html,body {
  background-color: #FFFFFF;
  height: 100%;
  width: 100%;
  margin: 0; padding: 0;
  font-family: Verdana, Arial;
  font-size: 14px;
  overflow: hidden;
  color: #000000;
}
.markerlink{
	line-height:130%;
}

a {
  color: #444444;
  text-decoration: none;
}

a:hover {
  color: #444444;
  text-decoration: underline;
}

#header {
  font-family: Verdana, Arial;
  font-size: 1em;
  overflow: hidden;
  color: #000000;
}

#map {
  height: 100%;
  width: 100%;
  padding: 0; margin: 0;
}

#osm {
  font-size: 0.7em;
  font-style: italic;
  margin-bottom: 20px;
}
#header{
position:absolute; background:#ffffff; padding:5px; height:20px; text-align:right; bottom:5px; width:auto; right:5px; z-index:5000;
}