html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background-image: url("resources/backgrnd.jpg");
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 100%;
}
div#container {
  margin: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 29%;
  height: 96%;
  min-height: 96%;
}
div#header {
  border-style: none;
  position: relative;
  text-align: center;
  background-color: #009900;
  height: 130px;
  width: 100%;
}
div#content {
  border: 4px inset white;
  padding: 1em;
  bottom: 0;
  top: 0;
  float: left;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 70px;
  margin-top: 150px;
  width: 90%;
  background-color: #eeeeee;
}
div#footer {
  position: absolute;
  clear: both;
  width: 100%;
  height: 40px;
  bottom: 45px;
}
div#map-container {
  margin: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 67%;
  height: 96%;
  min-height: 96%;
}
div#map-header {
  height: 80px;
  width: 100%;
  position: relative;
}
div#map-content {
  overflow: hidden;
  bottom: 0;
  top: 0;
  float: left;
  position: absolute;
  margin-top: 0;
  width: 100%;
}
div#map-footer {
  position: absolute;
  clear: both;
  width: 100%;
  height: 1px;
  bottom: 0px;
}
