body {
  min-width: 1222px;
  background: url(../images/background.png) #4b5f75; }

#header {
  width: 1222px;
  height: 282px;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/header.png) no-repeat; }

#content {
  width: 1166px;
  padding: 5px 7px 20px 7px;
  margin-left: auto;
  margin-right: auto;
  background-color: #efefef;
  border-color: white;
  border-width: 1px;
  border-style: none solid none solid; }

#content_inner {
  padding: 20px;
  background: white;
  margin-top: 10px; }

#footer {
  width: 1212px;
  height: 83px;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/footer.png) no-repeat;
  text-align: center;
  padding-top: 5px; }

