/*the basics, and works for FF*/
#loading{
	margin:0px 0px 0px 0px;
	position:fixed;
	height: 100%;
	z-index:9999;
	padding-top:200px;
	padding-left:50px;
	width:100%;
	clear:none;
	background:url(/wht_transbg.png);
	/*background-color:#ffffff;
	border:1px solid #ffffff;*/
	}
/*IE will need an 'adjustment'*/
* html #loading{
     position: absolute;
     height: expression(document.body.scrollHeight &gt; document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
