/* Move down content because we have a fixed navbar that is 50px tall */
body {
  min-height: 2000px;
  padding-top: 70px;

  background-image:url('../images/really-old-manuscript-paper_bg.jpg');
  #map_canvas {
        width: 500px;
        height: 400px;
  }
  /* background-color:#cccccc; */
}