#lyr {
    background-image: url("/images/window-700px2.jpg");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 525px;
    left: 50%;
    margin-left: -350px;
    position: absolute;
    top: 10px;
    width: 700px;
    display: none;
}
#lyr .x {
    cursor: pointer;
    float: right;
    font-size: 1px;
    height: 40px;
    width: 45px;
}

