* html {
overflow: hidden;
}
* html body {
margin: 0;
padding: 0;
height:100%;
height:expression(document.documentElement.clientHeight+'px');
width:expression(document.documentElement.clientWidth+'px');
overflow: auto;
}
* html #container {
margin:15px 10px;
}
#floater1{
position:absolute;
line-height:20px;
cursor: move;
}
#floater2{
position:relative;
line-height:20px;
cursor: move;
}