html {
    height: 100%;
overflow-y:auto;
overflow-x:hidden;
}
#flash_content {
    height: 100%;
overflow:auto;
}
/* end hide */
body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    font: 76% Arial, sans-serif;


}

