/* ie bug-hack css Curle style sheet */

/* This fools IE 6 into behaving... sort of */
html {
    overflow: hidden;
}
body {
    height: 100%;
    overflow: auto;
}
/* *sigh* Why is it necessary to do this? */