*html {
background-image: url(about:blank); 
}

#green_channel {
position: fixed;
_position: absolute; 
bottom: 20px; 
_top: expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight - 60));
    right: 10px;
    padding: 5px;
    background-color: white; 
    z-index: 9999999; 
    width:400px;
}