html {
  min-height: 100%;
}


body {
  background: #eee url("http://www.xbladex.com/ARTWORK/fabric-background.jpg") no-repeat center;
  background-size: cover;
  font-family: "Open Sans", sans-serif;
}


div#map {
  width: 200px;
  height: 200px;
  top: 100%;

  left: 50%;
  margin-left: -100px;
}