   div#thumbs
   {
   position: absolute;
   top: 200px;
   left: 160px;
   width: 600px;
   height: 230px;
   }

   div#img
   {
   position: absolute;
   top: 580px;
   left: 160px;
   height: 315px;
   width: 570px;
   text-align: center;
   }

   div#mainbox
   {
   position: relative;
   width: 786px;
   height: 800px;
   left: 0px;
   top: 0px;
   background-color: #FEFBF6;
   border-right: #557f39 6px solid;
   }

   img.thumb
   {
   width: 75px;
   height: 75px;
   border: 1px solid black;
   margin: 3px;
   }

   img.gross
   {
   margin: 0;
   padding: 0;
   height: 300px;
   text-align: bottom;
   border: 0;
   }

