﻿body { height:100%; overflow-y:auto; margin:0;background-color:#FFFFFF}
#floatdiv {display:block;bottom:10px;left:10px;width:400px; position:fixed; font-size:12px;text-align:left;z-index:100;}
* html #floatdiv {position:absolute;right:30px;}
* html {overflow-x:auto; overflow-y:hidden;}
* html body{padding: 0px; border:0px; margin: 0px;}
.black_overlay{ 
display: none; 
position: absolute; 
top: 0%; 
left: 0%; 
width: 100%; 
height: 100%; 
background-color: black; 
z-index:1000; 
-moz-opacity: 0.8; 
opacity:.80; 
filter: alpha(opacity=80); 
} 