﻿#toptree {  
   position:absolute;
   top:10px;
   width:100%;
   height: 550px;
   margin-left: 2px;  
   background:white;
   border-top: 0;
   
}

#footer {
   position:absolute;
   bottom:4px;
   width:auto;
   height:80px;
   margin-left: 2px;
   margin-bottom: 1px;
   background: white;
   
   
}

.foottext
{
    margin-top: 5px;
    margin-bottom: 1px;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 3px;
}