﻿html, body{
        padding: 0;
        margin: 0;
}

/* using the child selector to hide the
following body css from IE6 and earlier */
html>body {
}

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

/* for moz/opera and others*/
html>body #footer{position:fixed}

#footer-inner {
        height: 50px;
        width:950px;
        margin:auto;
        overflow:hidden;
}

/* margin-bottom ensures last content
is not obscured by footer */
#content {
        /*margin-bottom: 69px;*/
}