#LoadingDiv{
	margin: 0px 0px 0px 0px;
	position: fixed;
	height: 100%;
	z-index: 9999;
	padding-top: 200px;
	padding-left: 50px;
	width: 100%;
	clear: none;
	background: url(/resource/images/transbg.png);
        left: 0px;
        top: 0px;
        display: none;
}

#LoadingDiv h2 {
        color: #fff;
        text-align: center;
}

/*IE will need an 'adjustment'*/
* html #LoadingDiv{
        position: absolute;
        height: expression(document.body.scrollHeight &gt; document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
        left:0px;
        top:0px;
}
