html,
body {
    height: 100%;
	background: #d7e1e8;
}

body {
	overflow-y: scroll;
}

#footer {
    margin-top: 80px;
    border-top: 1px solid silver;
    padding-top: 31px;
    padding-bottom: 40px;
    font-size: 0.8rem;
}