
html, body{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page{
	width: 100%;
	height: 100%;
	background-color: #1d2128;
	position: relative;
}
.page .footer{
	height: auto !important;
}
