﻿html {
    position: relative;
    height: 100%;
}

body {
    min-height: 100%;
    padding-bottom: 0;
    position: relative;
}

main {
    padding-bottom: 150px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
}
