HTML
{
  overflow: hidden;
}

body
{
  height: 100%;
  overflow: hidden;
  padding: 0;
  font-size: 100%;
}

div#header
{
  position: absolute;
  top: 0em; right: 1.4em;
  background-color: white ;
  background-repeat: repeat ;
  padding-bottom: 8px;
  z-index:10;
}

div#crumbs
{
  width: 99.5%;
  padding: .2em;
  border-bottom: 1px solid #000;
}

div#icons
{
  position: absolute;
  background-color: white ;
  top: 4.7em; right: 16.75em;
  background-repeat: repeat ;
  z-index:200;
}

div#main
{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: auto;
  top: 0ex; left:0px; overflow:auto;
}

div#sponsors
{
  z-index:200;
}

