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