html, body {
  background-color: #1D1F21;
  margin: 0;
  color: black;
  font-family: "Lucida Console", Monaco, monospace;
  height: 100%;
}

#wrapper {
  background-color: white;
  margin: 0 auto 0;
  width: 100%;
  min-height: 100%;
  position: relative;
}

@media screen and (min-width: 1000px) {
  #wrapper {
    width: 1000px;
  }
}

#content {
  padding: 10px;
  padding-bottom: 70px;
}

#footer {
  position: absolute;
  bottom: 0;
  margin-left: 10px;
  margin-bottom: 10px;
}