BODY {
  margin: 0px;
  background-color: #182960;
  width: 100%;
  height: 767px;
  background-image: url(Fur.jpg);
  background-repeat: no-repeat;  
}

.Container {
  margin: 0px auto;
  width: 760px;
}

.Header {
  width: 760px;
  height: 153px;
  background-image: url(Header.png);
  background-repeat: no-repeat;
}

.Middle {
  height: 614px;
}

.MiddleTop {
  height: 174px;
  background-image: url(MiddleTop.png);
  background-repeat: no-repeat;
}

.MiddleBottom {
  height: 336px;
  background-image: url(MiddleBottom.png);
  background-repeat: no-repeat;
}

.Elgin {
  height: 50px;
}

.RollingMeadows {
  height: 54px;
}

.Footer {
  width: 760px;
  height: 75px;
  background-image: url(Footer.png);
  background-repeat: no-repeat;
}