html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 20px;
}
footer {
	background-color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
}