body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #000;
  background-color: #ffffff;
  background-image: url("../images/bg.gif");
  background-repeat: repeat-x;
}

#header_container {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

#header {
  width: 100%;
  height: 26px;
  padding-top: 7px;
  padding-bottom: 7px;
  adding-left: 16px;
  adding-right: 16px;
  color: #fff;
}

#content_container {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  adding-left: 16px;
  adding-right: 16px;
  color: #000;
  background-color: #ffffff;
}

#content {
  width: 85%;
  text-align:center;
}