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

   div#img
   {
   position: absolute;
   top: 470px;
   right: 0px;
   }

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

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

   img.gross
   {
   margin: 0;
   padding: 0;
   height: 300px;
   text-align: bottom;
   border: 0;
   }
   
   div#text {
   position: absolute;
   top: 200px;
   left: 160px;
   width: 500px;
   height: 230px;
   font-family: Verdana;
   font-size: 12px;
   text-align: justify;
   }

