#loaderContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: expression('absolute');
  height:screen.height+'px';
 xheight: expression(document.documentElement.scrollHeight+'px');
 width:screen.width+'px';
 xwidth: expression(document.documentElement.scrollWidth+'px');
  z-index: 1000;
}

#loaderContainer td {
	padding-top: 160px;
	vertical-align: middle;
	text-align: center;
}

