body
    {
     height:100%;
     max-height:100%;
     overflow:hidden;
     padding:0;
     margin:0;
     border:0;
     right:18px;
     background:transparent;
     }

#header {
       position:absolute;
       margin:0;
       top:25px;
       left:0px;
       display:block;
       width:100%;
       height:150px;
       background:transparent;
       background-position:0 0;
       background-repeat:no-repeat;
       z-index:1;
       overflow:hidden;
       color:#dedede;
       }

#left {
       position:absolute;
       overflow:hidden;
       left:8px;
       top:125px;
       bottom:40px;
       width:150px;
       background:transparent;
       z-index:4;
       border-top:.01px solid #bfbfbf;

       }

#VCat {
       position:absolute;
       overflow:hidden;
       top:20px;
       left:10px;
       width:150px;
       height:350px;
       margin:0px;
       padding:0px;
       display:block;
       z-index:4;
       font-size:.8em;
       font-weight:bold;
       text-align:left;
       }
       
       
#content
        {
         overflow:auto;
         position:absolute;
         z-index:3;
         top:150px;
         bottom:40px;
         left:150px;
         right:0px;
         width:75%;
         height:60%;
         background:transparent;
         border:.02px solid #bfbfbf;
        }