﻿#Loading_Overlay{
position: fixed; 
_position:absolute;
top: 0; 
left: 0; 
z-index: 2; 
width: 100%;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);
-moz-opacity:0.95;
opacity:0.95;
background:#1a1a1b;
height:100%;
_height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');/*Ie6 hack*/
}
#loadbar{
	position: fixed;
	z-index: 3;
	top:40%;
	left:45%;
}
* html #loadbar { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
