.wrap {
    min-width: 1000px;
    background: url(../images/body_bg.jpg) no-repeat center top;
}

.wrap-inner {
    margin: 0 auto;
    width: 1000px;
    height: 1056px;
    background: url("../images/bg.jpg") no-repeat;
    position: relative;
}

.qixi-btn, .activity-btn, .qixi-logo, .close-btn {
    position: absolute;
    text-indent: -9999px;
    cursor: pointer;
}

.qixi-logo {
    width: 200px;
    height: 135px;
    background: url("../images/logo.png") no-repeat;
    left: 45px;
    top: 29px;
}

.qixi-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.activity-btn {
    width: 264px;
    height: 81px;
}

.game-start {
    width: 167px;
    height: 120px;
    top: 358px;
    left: 40px;
}

.first-btn {
    top: 550px;
    left: 64px;
}

.sec-btn {
    top: 572px;
    left: 362px;
}

.third-btn {
    top: 743px;
    left: 80px;
}

.forth-btn {
    top: 795px;
    left: 359px;
}

.popBox {
    display: none;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    background: #fd41a7;
    z-index: 10001;
    _top: expression(eval(documentElement.scrollTop+ (document.documentElement.clientHeight-this.offsetHeight)/2));
    box-shadow: 0 1px 30px #fff;
}

.close-btn {
    width: 100px;
    height: 100px;
    right: 0;
    z-index: 10006;
    cursor: pointer;
    background: url("../images/close-btn-ie6.png") no-repeat;
}

.first-box {
    width: 708px;
    height: 542px;
    margin: -271px 0 0 -354px;
    _margin-top: 0;
}

.second-box {
    width: 708px;
    height: 608px;
    margin: -322px 0 0 -354px;
    _margin-top: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.third-box {
    width: 708px;
    height: 608px;
    margin: -304px 0 0 -354px;
    _margin-top: 0;
}

#mask {
    display: none;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    z-index: 10000;
}