/* CSS Document */

/*----------------------------------------BODY----------------------------------------------*/

body {
   margin: 0px 0px 0px 0px;
   background-color: #ececec;
   text-align: center;
   background: url(../gfx/front_bg.gif) repeat-x;
   }
 
/*---------------------------------------DIV TAGGER-----------------------------------*/

#logo {
   margin: 0 auto;
   background: url(../gfx/front_tbg.gif) repeat-x;
   width: 771px;
   height: 110px;
   }
   
#main {
   margin: 0 auto;
   background-color: #357b98;
   width: 771px;
   height: 491px;
   text-align: center;
   }
   
#footer {
   background: none;
   height: 100px;
   margin: 0 auto;
   }
