/* CSS Document */

body, html{
background-color:white;
overflow:auto;
overflow-x:hidden;
}



#result{
position:relative;
left:100px;
margin-top:-90px;
overflow:hidden;
overflow-y:hidden;
}

#frame {
height:900px;
overflow:auto;
overflow-y:hidden;
overflow-x:scroll;
}
