#winpop {;
    display: none;
    width: 310px;
    height: 225px;
    /*background: url(Images/Fgadcontent.png) no-repeat;*/
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
}

* html #winpop {
    position: absolute;
    top: expression( offsetParent.scrollTop + document.documentElement.clientHeight-this.offsetHeight);
}

.winpop_title {
    width: 310px;
    height: 25px;
    position: relative;
}

.winpop_close {
    position: absolute;
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(Images/FgadClose.png) no-repeat;
    top: 0px;
    right: 20px;
    cursor: pointer;
}

.winpop_body {
    width: 250px;
    height: 150px;
    margin: 0px auto;
}

.winpop_body img {
    border: 0;
}