div#contentt
  {
  width: 83%;
  height: 80%;
  overflow-y: scroll;
  overflow-x: auto;
  position: absolute;
  top: 80px;	
  left: 110px;
  /* width: 850px; */
 /* background-color: #ffff85;*/
  padding: 5px;
  margin: 0 50px 0 50px;
  text-align: left
  }
div#header
  {
  margin: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  }
div.exploder
  {
  position: absolute;
  top: 75px;
  width: 15em;
  height: 100%;
  overflow: auto;
  padding: 4em 0 0 0;
  background-image: url(images/menu_bg.jpg);
  }

div#controller
  {
  position:relative;
  top:1px;
  left:0px;
 
  }
div#fixedbox
  {
  height: 100%;
  width: 15em;
  overflow: auto;
  }
