/* LAYOUT */
html
{
    height: 100%;
}

body
{
    height: 100%;
}

#page
{
    position: relative;
    min-height: 100%;
}

* html #page
{
    height: 100%;
}

#footer
{
    position: relative;
    text-align: center;
/*
    position: absolute;
    bottom: 0;
    text-align: center;
    margin-top: -125px;
    margin-left: -485px;
    left: 50%;
*/
}

* html #footer
{
/*
  margin-top: -125px;
*/
}
