body {
margin: 0;
padding: 0 0 35px 0;
font: normal 14px/17px Arial, Helvetica, sans-serif;
color: #000000;
}
#bodyContent {
width: 100%;
margin: 0;
}
#bottomFrame {
height: 35px;
color: #000000;

position: fixed;
bottom: 0;
left: 0;
width: 100%;
padding: 0px 0 0 0px;
}
/* hide from mac ie5 \*/
#bottomFrame {
position: absolute;
}
/* end hide from mac ie5 */
html>body #bottomFrame {
position: fixed;
}


