   div#img
   {
   position: absolute;
   top: 400px;
   left: 550px;
   }

   div#text
   {
   position: absolute;
   top: 200px;
   left: 180px;
   width: 520px;
   line-height: 18px;
   font-family: Verdana;
   font-size: 12px;
   text-align: justify;
   }

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

