body
  {
  height: 100%;
  overflow: hidden;
  font-size: 100%;
  }
div#content
  {
  width: 100%;
  height: 100%;
  overflow: auto;
  }
div#rightarea
  {
  position: absolute; 
  z-index: -1;
  width: 150px;
  }
div#rightboxes
  {
  position: absolute; 
  z-index: 3;
  width: 130px;
  right: 0;
  }