

body {
}

#content {
  height: auto;
left: 0;
top: 0;
  bottom: 0;
margin-bottom: 110px;

  position: absolute;
}

#menubar {
}

#fixedfooter {

  position: absolute;
  left:200px;
  bottom: 0px;
  right: 0px;
  background-color: #FFFFFF;
  height: 110px;
  overflow: auto;
}


/* for internet explorer */

* html body {
  padding:0 0 0 0px; 
  }

* html #contents {
  height: 100%;
  margin-left: 200px;
  padding-left: 10px;
  overflow: auto;
  overflow-x: visible;
  overflow-y: auto;
  background-color:#FFFFFF;
  height:100%; 
  width:100%; 
  }

