body {
  background-image: url(../../image/top/bar.png);
  background-position: 50% 0;
  background-repeat: repeat-x;
  padding-top: 10px;
}

#header {
  min-width: 1010px;
  height: 125px;
  background: url(../../image/plain/top/bg.jpg) repeat-x 50% 0;
}
#header .inner {
  margin: 0 auto;
  width: 990px;
  position: relative;
  overflow: hidden;
}
#header h1, #header desc {
  float: left;
}
#header .lang {
  position: absolute;
  top: 56px;
  right: 1px;
  height: 22px;
  overflow: hidden;
  font-weight: bold;
}
#header .lang a {
  text-decoration: underline;
  background-color: #FFFFFF;
  padding-left: 5px;
  padding-right: 5px;
}
#header .lang a:hover {
  text-decoration: underline;
  color: #FF8C00;
}

#billboard {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#billboard .inner {
  position: relative;
  width: 20000px;
  overflow: hidden;
}
#billboard img {
  float: left;
}

#content {
  background-image: none;
  padding-bottom: 40px;
}
#content .inner {
  padding-top: 50px;
}

#content-body {
  padding-bottom: 25px;
}

#info.box {
  padding: 0 7px;
}

#copyright {
  margin-top: 10px;
}
#copyright .text {
  color: #828282;
}
