#header {
  background-image: url(header2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  height: 172px;
  width: 871px;
  margin-left: auto;
  margin-right: auto;
}
#footer {
  background-image: url(footter.png);
  background-repeat: no-repeat;
  height: 54px;
  background-position: center bottom;
  width: 871px;
  margin-left: auto;
  margin-right: auto;
}
#body {
  background-image: url(body.png);
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position:  center center;
  width: 871px;
  margin-left: auto;
  margin-right: auto;
}
body {
}
#logo1 {
  margin-left: 37px;
  margin-top: 30px;
}
#logo2 {
  margin-left: 50px;
  position: relative;
}
#advert {
  margin-left: 251px;
  margin-top: -60px;
}
#navbar {
  margin-left: 35px;
  margin-top: 20px;
}
#content {
  padding-right: 15px;
}
#fblogo {
  margin-top: 20px;
  margin-left: 325px;
}
