#TB_overlayx {position: fixed;z-index:100;top: 0px;left: 0px;height:100%;width:100%;}
#TB_overlayx a{ width:100%; height:100%; display:block;}

.TB_overlayMacFFBGHackx {background: url(/images/macFFBgHack.png);}
.TB_overlayBGx {background: url(/images/macFFBgHack.png);}

* html #TB_overlayx { /* ie6 hack */
     position: absolute;
	 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	behavior: expression(IEPNGFIX.fix(this));
 
}


htmlx{height:100%;background: url(/images/macFFBgHack.png);}

* html htmlx {
	behavior: expression(IEPNGFIX.fix(this));
}

bodyx{height:100%;}

