#banner {
    background-image: url(../images/qpyx.jpg);
}
#content {
    padding: 0;
    background-image: url('../images/chess/background.png')
}

ul.game-list {
    padding: 20px 0;
}

ul.game-list > li {
    width: 489px;
    height: 234px;
    cursor: pointer;
}

ul.game-list > li:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

ul.game-list > li:before {
    content: '';
    position: absolute;
    left: 62px;
    bottom: 45px;
    width: 121px;
    height: 37px;
    background: url('../images/chess/play_btn.png') no-repeat center top
}

ul.game-list > li[game-box="kg"] {
    background-image: url('../images/chess/kg.jpg')
}

ul.game-list > li[game-box="gpk"] {
    background-image: url('../images/chess/gpk.jpg')
}

ul.game-list > li[game-box="ap"] {
    background-image: url('../images/chess/ap.jpg')
}

ul.game-list > li[game-box="fg"] {
    background-image: url('../images/chess/fg.jpg')
}

ul.game-list > li[game-box="nw"] {
    background-image: url('../images/chess/nw.jpg')
}

ul.game-list > li[game-box="js"] {
    background-image: url('../images/chess/js.jpg')
}

ul.game-list > li[game-box="jdb"] {
    background-image: url('../images/chess/jdb.jpg')
}

ul.game-list > li[game-box="leg"] {
    background-image: url('../images/chess/leg.jpg')
}

ul.game-list > li[game-box="th"] {
    background-image: url('../images/chess/th.jpg')
}

ul.game-list > li[game-box="more"] {
    background-image: url('../images/chess/more.jpg')
}