/*css for fixed frame in bottom*/

/*The main content is visible in the middle row and has this CSS code in css-frames-style.css:
div#content-wrapper {
    padding:0 0 0 0;
    margin-left:0;
    voice-family: "\"}\""; 
    voice-family:inherit;
    margin-left:16px;
    padding-bottom:25px;
}

body>div#content-wrapper {
    margin-left:0;
}
div#content {
    width:100%;
    margin:0 auto;
}*/

/* Absolute positioned footer for all browsers*/
div#footer-wrapper {
    width:97%;
    position:absolute;
    bottom:0px;
    left:0;
    height:62px;
}
body>div#footer-wrapper {
    position:fixed;
}
div#footer {
    height:62px;
    width:97%;
    margin:0 auto;
}
