#map {
  position: relative;
  height: 450px;
}
#labels {
  position: relative;
  text-align: center;
}
#mapbg {
  position: fixed;
  width: 711px;
  height: 427px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 1;
  border-style: solid;
}
img { 
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 2;
}
.label { 
  font-family: monospace;
  font-size: 20px;
  display: inline-block;
  padding: 10px;
  text-decoration: underline;
  cursor: pointer;
  border-style: solid;
}
#meta {
  font-family: monospace;
  font-size: 20px;
  display: inline-block;
  padding: 10px;
  position: fixed;
  bottom: 0px;
  border-style: solid;
  right: 0px;
  z-index: 3;
}
