﻿/* DEFAULTS
----------------------------------------------------------*/
html, body
{
    height: 100%;
}

form
{
    min-height: 100%;
    position:relative;
}

.page
{
    padding-bottom:20px;
}

.footer
{
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}