 
#backgroundPopup1{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/

height:100%;
width:100%;
top:0;
left:0;
background: #FC9;
border:1px solid #cecece;
z-index:1000;
}
#popupOffer1
{
    background-position: 10px 10px;
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 550px;
    width: 799px;
    background: #FFFFFF;
    z-index: 1001;
    font-size: 13px;
    background-image: url(../js_popup/offer.jpg);
    border: thick solid #808080;
}
.popupOffer1{
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:350px;
width:650px;
background:#FFFFFF;
z-index:1001;
padding:0 0 0 1px;
font-size:13px;
}
.popupOffer1 h1{
text-align:left;
color:#CA0000;
font-size:17px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
font-family:Arial, Helvetica, sans-serif;
}
#popupOffer1Close{
font-size:35px;
line-height:14px;
right:9px;
top:7px;
position:absolute;
color: #FFF;
font-weight:700;
cursor:pointer;
}



 
#