html,body {
  background-color: #000000;
  height: 100%;
  width: 100%;
  margin: 0; padding: 0;
  font-family: Helvetica,Arial,sans-serif;
  overflow: hidden;
  color: #ffffff;
}

div#map {
  height: 100%;
  width: 100%;
}

