/* Index */

* { position: relative; }

html, body {
  margin: 0;
  padding: 0;
  background-color: #000;
  font-size: 12px;
  color: #ba7;
}

div#bg {
  width: 100%;
  height: 710px;
  text-align: center;
  background: url('/img/index/bg_site.jpg');
  }

div#content {
  width: 850px;
  height: 691px;
  text-align: left;
  margin: 0 auto;
  }

div#left {
  float: left;
  width: 276px;
  height: 691px;
  background: url('/img/index/bg_left.jpg') no-repeat;
  }

div#center {
  float: left;
  width: 364px;
  height: 691px;
  background: url('/img/index/bg_center.jpg') no-repeat;
  }

div#centerBox {
  float: left;
  padding: 205px 30px 156px 60px;
  height: 330px; width: 274px;
  background: url('/img/index/bg_box.jpg') no-repeat;
  }

div#right {
  float: left;
  width: 210px;
  height: 691px;
  background: url('/img/index/bg_right.jpg') no-repeat;
  }

div.westernLine  {
  width: 100%;
  height: 25px;
  line-height: 25px;
  background-image: url('/img/site/table_center.png');
  text-align: center;
  margin: 0 auto;
  }
