body {
  background: #0E2C33 url(../images/bg_site.png) repeat-x;
}

#wrapper {
  background:url(../images/bg_comming_soon.png) no-repeat;
}

#top{
  width: 100%;
  height: 218px;

  display: block;
  overflow: hidden;
}

#topinner{
  height: 48px;
  width: 555px;
  display: block;
  background: url(../images/bg_topinner.png) no-repeat;
  margin-top: 170px;
  margin-left: 159px;
}

#bottom{
  height: 400px;
  width: 100%;
  overflow: hidden;
}

#bottominner{
  height: 88px;
  width: 555px;
  background: url(../images/bg_bottominner.png) no-repeat;
  margin-left: 159px;
  margin-top: 0px;
}

