html {font-size: 100.1%;}
html,body,div{margin: 0;padding: 0;}
body {
    font-family: Helvetica,Geneva,Arial,sans-serif;
    font-size: 0.8em;
    color: #000;
    background-color: #eee;
}
.clearLeft{
   clear: left;
   height: 1px;
   line-height: 0;
   overflow:hidden;
   width: 100%;
}
.clearBoth{
   clear: both;
   height: 1px;
   line-height: 0;
   overflow:hidden;
   width: 100%;
   background-color: transparent;
}
html{
   height: 100%;
   margin-bottom: 1px;
}