html, body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 11px; 
}

A:link {text-decoration: none; color: #fff;}
A:visited {text-decoration: none; color: #fff;}
A:active {text-decoration: none; color: #fff;}
A:hover {text-decoration: underline; color: #fff;}

#site{
    width: 685px;
    height: 700px;
    position: relative;
   background-image: url('../images/popup-bg.jpg');
   background-repeat: no-repeat;
   background-position: top center;
}

#container{
    width: 500px;
    height: 450px;
    position: absolute;
    top: 187px;
    left: 85px;
}


#top{
    position: absolute;
    top: 76px;
    left: 54px;
    width: 285px;
    height: 105px;
}



#prop-hdr{
    position: relative;
    top: 0;
    left: -3px;
}

#prop-hdr2{
    position: absolute;
    top: 49px;
    left: -2px;
}

#prop-text{
    width: 361px;
    position: absolute;
    left: 2px;
    top: 80px;
    font-size: 12px;
    color: #000;
    line-height: 14px;
}
