﻿html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
}
body
{
    text-align: center;
}
.maxform
{
    clear: both;
    height: 100%;
}
#wrapper
{
    min-height: 100%;
    margin: auto;
    position: relative;
    text-align: left;
}
html
{
    height: 100%;
}
#footer
{
    position: relative;
}
#clearfooter
{
    clear: both;
    width: 100%;
}