That's a weird one
Try this CSS (Its from my site)
@charset 'UTF-8';
/* site styles */
html, body {
margin:0;
padding:0;
font-family:"Lucida Grande", Helvetica, Arial, "Arial Unicode", sans-serif;
font-size:12px;
color:#333;
height:100%;
background-color:#EEEEEE;
}
.globalPageWrapper {...