body {
    background: #979ba6 url(../img/background-body-repeat.gif) repeat-x;

 }

#body {
    width: 658px;
    margin: 50px auto 0px auto;    
    background: url(../img/background.png) no-repeat;
  height: 281px;
  padding-top: 150px;
}

h1 {
  margin-left: 100px;
    font-size: 16px;
    font-weight: bold;
}

p {
    margin: 25px 0 0 100px;
    width: 450px;
    font-size: 14px;
}

#footer {
  margin: -40px auto 0px auto;
  width: 658px;
  text-align: center;
  font-size: 90%;
}

#footer ul li {
  display: inline;
  margin-right: 20px;
}

