#promotionDiv {
     /* IE 5.0/Win and other lesser browsers will use this */
     position: absolute; right: 0px; bottom: 0px;

}
body > div#promotionDiv {
     /* used by Netscape6+/Mozilla, Opera 5+, Konqueror, Safari, OmniWeb 4.5+, ICEbrowser */
     position: fixed;
}

DIV.promotionTransparent
{  
    filter:alpha(opacity=70);   
    -moz-opacity: 0.7;   
    opacity: 0.7;   
}  

DIV.promotionTransparentOFF
{  
    z-index: 100;
}