* {
      margin: 0;
      padding: 0;
      border: none;
}
html {
      background: none;
}
body {
      font: normal 14px Arial;
      color: #000;
      background: #eaeaea url(../images/body_bg.png) no-repeat top center; 
}
/*------------------------------------------------------------- index_page ---*/
#index_bg {
  position: absolute;
  width: 100%;
  height: 150px;
  background: #eaeaea url(../images/bg.png) repeat-x top center;
  top: 610px;
}
#index_btn {
  position: absolute;
  width: 820px;
  height: 60px;
  background: url(../images/index_btn0.png) no-repeat top center;
  left: 50%;
  margin-left: -410px;
  top: 0px;
}
#index_btn a {display: block; width: 100%; height: 100%;}
#index_btn a:hover {background: url(../images/index_btn1.png) no-repeat top center;}

#index_logo {
  position: absolute;
  width: 400px;
  height: 700px;
  background: #eaeaea url(../images/index_logo.png) no-repeat top center;
  left: 50%;
  margin-left: -200px;
  top: 60px;
}
#index_icons {
  position: absolute;
  width: 200px;
  height: 150px;
  background: #eaeaea url(../images/icons.png) no-repeat top center;
  left: 50%;
  margin-left: 200px;
  top: 610px;
}
#index_right {
  position: absolute;
  width: 400px;
  height: 760px;
  background: #eaeaea url(../images/index_right.#png) no-repeat top center;
  left: 50%;
  margin-left: 200px;
  top: 60px;
}
