body {
       margin: 0 auto;
       font-family: Verdana,Arial,Helvetica,sans-serif;
       font-size: 12px;
       background: #CEE7FF url(./img/bg.png) repeat-x;
       color: #000000;
       height: 100%;
       width: 1000px;
       text-align: left;
}

#site_header { 
       position:relative;
       width: 1000px;
       height: 125px;
       margin: 0px auto;
       background: url(./img/header.png) no-repeat center top;	
 
}

#whatsapp {
      margin-top: 20px;
      float: left;
      width: 920px;
      text-align: right;
}

#site_navi { 
       position:relative;
       width: 1000px;
       height: 25px;
       margin-left: -25px;
       }

#site_content { 
}

#site_footer { 
       position:relative;
       width: 1000px;
       height: 25px;
       margin-left: -25px;
       }

#site_main {             
      margin-top: 0px;
      margin-left: 0px;
      width: 1000px;
      overflow:hidden;
      position: relative; 
      border-radius: 18px;
      background: #ffffff;
      width: 880px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-shadow: 0px 0px 18px 10px #072B6D;
      -moz-box-shadow: 0px 0px 18px 10px #072B6D;
      box-shadow: 0px 0px 18px 10px #072B6D;
  
}