.html {
  height: 100%;
}
.body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative ;
}
.footer {
	position: absolute;
	text-align: right ;
	bottom: 0;
	left: 0;
	right: 0
}

* {-moz-box-sizing: border-box; box-sizing: border-box;}
