html {
    overflow:auto;
}
body {
    background: #9CC834;
    padding: 0;
    margin: 0;
}
* html body { height: 100%; width: 100%; overflow:auto; }
#body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    color: #FFFFFF;
    display: table;
    background: #9CC834;
}
* html #body { height: 100%; width: 100%; overflow:auto; }
a, a:visited {
    color: #66EB14;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 12px;
}
a:hover {
    text-decoration: underline;
}
