body {
   margin:160px 0px 0px 300px;
   background-image:url("http://www.acaciascripts.com/nav/bg.jpg");
   background-attachment:fixed;
   color:#000000;
   font-family:verdana;
   }
a {
   color:#770000;
   cursor:pointer;
   cursor:hand;
}
table {
   border-style:none;
   margin-left:auto;
   margin-right:auto;
   }
table.top {
   height:150px;
   width:100%;
   }
table.border {
   border-style:inset;
   border-width:2px;
   align:center;
   }
td.right {
   align:right;
   }
img {
   border-width:0px;
   }
div#main {
   width:98%;
   height:98%;
   text-align:center;
   }
div#menubox {
   position:fixed;
   width:300px;
   height:100%;
   top:150px;
   left:0px;
   }
div#tree {
   position:fixed;
   width:95px;
   height:100%;
   top:155px;
   left:305px;
   text-align:left;
   }
div#topbox {
   height:150px;
   width:100%;
   position:fixed;
   top:0px;
   left:0px;
   background-image:url("http://www.acaciascripts.com/nav/topbg.jpg");
   background-attachment:fixed;
   }
form {
   margin:0px;
   }