body{
    _display:table;
    width:100%;
    height:100%;
    _background-color:#a5a3a4;
}
body, html {
    height:100%;
}
#myWrapper {
    height:100%;
    min-height:100%;
    margin-bottom:-72px;
    background-image:url(../graphics/body-bg.gif);
    background-position:bottom;
    background-repeat:repeat-x;
}
body > #myWrapper {
    height:auto;
    min-height:100%;
}
#myContent {
    padding-bottom:72px;
    height:100%;
}
#myWrapper > #myContent {
    height:auto;
    min-height:100%;
}
#myFooter {
    height:72px;
}

