
body {
  margin: 0;
  padding: 0 0 24px 0; /* bottom padding is height of #bottomFrame */
  }
#bodyContent {
  width: 100%;
  margin: 0;
  }
#bottomFrame {
  height: 24px;
  color: #fff;
  
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0 0 7px;
  }
/* hide from mac ie5 \*/
#bottomFrame {
  position: absolute;
  }
/* end hide from mac ie5 */
html>body #bottomFrame {
  position: fixed;
  }


