  body
    {
    margin: 0;
    
	  padding-right: 16px;
    height:100%;
    }
  div.fixed
    {
margin: 0;
    z-index: 20;
    position: fixed;
    width: 900px;
    margin-left: 0px;
    margin-right: 0px;
    background: #000;
    }
  div.fixed p
    {
    margin: 0em;
    }
  * html body
    {
    height: 100%;
    }
  * html div.fixed
    {
    position: absolute;  
    }
  div.fixedb
    {

    z-index: 21;
    position: fixed;
    bottom: -1px;
    width: 900px;
      border-left: 1px solid #333399;
  border-right: 1px solid #333399; 
    background: #000;
    }
  div.fixedb p
    {
    margin: 0em;
    }
  * html div.fixedb
    {
    position: absolute;  
    }
  div.fixedi
    {
    z-index: -1;
    position: fixed;
    top: 110px;
    
    height: 100%;
border-left: 0px solid #333399;
    left: 100%; 
    width: 150px;
    background: #000;
    margin-left: 1px;
    }
  div.fixedi p
    {
    margin: 0em;
    }
  * html div.fixedi
    {
    position: absolute;  
    }
