@charset "ISO-8859-1";



* {
    margin: 0;
    padding: 0;
    /*background*/
    background-color: transparent;
  }

html, body {
             height: 100%;
             width: 100%;
           }

div#index_bg {
               position: absolute;
               top: 0px;
               left: 0px;
               width: 100%;
               height: 100%;
               /*background*/
               background-image:url(/images/background/sitebg.gif);
             }

div#index_dist {
                 width: 25px;
                 height: 50%;
                 margin-bottom: -307px; /*half site hight size (div#website height)*/
                 float: left;
               }

div#index_ws {
              margin: 0 auto;
              position: relative;
              height: 615px;
              width: 865px;
              /*overflow: auto;*/
              clear: left;

              /*background*/
              background-color: #FFFFFF;
             }

div#index_base_back {
                   /*position*/
                   position: relative;
                   top: 0px;
                   left: 0px;
                   /*height: 100%;*/
                   /*width: 100%;*/
                   height: 615px;
                   width: 865px;
                   /*background*/
                   /*background-color:#FFFFFF;*/
                   background-image:url(/images/index/indexbg.jpg);
                   background-repeat:no-repeat;
                   /*background-position:right top;*/
                   /*background-attachment:fixed;*/
                   overflow: auto;
                 }


div#index_base_date {
                   /*position*/
                   position: absolute;
                   top: 576px;
                   left: 8px;
                   height: 20px;
                   width: 250px;
                   /*background*/
                   /*background-color:#FFFFFF;*/
                   /*background-repeat:no-repeat;*/
                   /*background-position:right top;*/
                   /*background-attachment:fixed;*/
                   /*overflow: auto;*/
                 }