html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 100px;
    bottom = 500px;
    padding: 25px;
}

footer {
    background-color: whitesmoke;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    overflow: hidden;
}