#backgroundPopup{  
    display:none;  
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6*/  
    height:100%;  
    width:100%;  
    top:0;  
    left:0;  
    background:#000000;  
    z-index:1;  
}
 
#popup{  
    display:none;
    position:absolute;
    left: 50%;
    top: 145px;
    margin-left:-400px;
    height:500px;  
    width:800px;  
    background:url();  
    z-index:2;
}  
#popupClose{  
    position:absolute;  
    width:45px;
    height:18px;
    cursor: pointer;
    top:12px;
    right:20px;
}  

#popupTimer{  
    position:absolute;
    width:200px;
    height:50px;
    top:146px;
    left:590px;
}  

