
html {
  position: relative;
  min-height: 100%;
}
body {
	margin: 0;
	margin-bottom: 70px; 
}


div#footer-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  margin-top:70px;
  vertical-align:middle;
}

div#footer {
  height: 70px;
  background-color: #ffffff;
}