@import url('defaults.css');

#body_container{
  background: #c0c0c0;
}

#header_container{
  height: 100px;
  overflow: auto;
  background: #a0a0a0;
}
#header_content{
  height: 80px;
  background: #b0b0b0;
  margin: 10px 10px 10px 10px;
}
#footer_container{
  height: 40px;
  overflow: auto;
  background: #a0a0a0;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
#footer_content{
  height: 20px;
  background: #b0b0b0;
  margin: 10px 10px 10px 10px;
}


#main_container{
  overflow: auto;
  background: #b0b0b0;
  position: absolute;
  top: 100px;
  bottom: 40px;
}
#main_content{
  background: #a0a0a0;
  margin: 0px 10px 0px 10px;
  height: 100%;
}