* {
  margin: 0;
}
html, body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -270px; 
}
.page-wrap:after {
  content: "";
  display: block;

}
.site-footer, .page-wrap:after {
  /* .push must be the same height as footer */
  height: 270px; 
}
.site-footer {
  background: url(Footer.jpg);
  background-size: 100% 270px;
  clear:both;
}/* CSS Document */

.push {
clear: both;

}