#page {
  width: 1000px;
  margin: 0 auto;
  background: #ffffff;
}

#header {
  background: #ffffff url('../images/bg.png') no-repeat 50% top;
  height: 100px;
}

#menu {
  margin-top: 15px;
  width: 200px;
  float: left;
}

#content {
  width: 765px;
  float: right;
}

.inner {
  padding: 0px 10px;
}

#footer {
  width: 100%;
  border-top: solid 5px #cc3333;
  text-align: center;
  margin-top: 5px;
}