#game-cover-bh {
    width: 980px;
    height: 250px;
    background-image: url("/static/i/bhgamecover2.png");
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
}
#game-cover {
    width: 980px;
    height: 250px;
    background-image: url("/static/i/dbgamecover.png");
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
}
#game-trailer {
    width: 670px;
    height: 480px;
    margin-bottom: 10px;
}
#game-info {
    width: 650px;
    border: 1px solid #e8e8e8;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#game-info #game-text {
    margin: 0px;
    font-size: 13px;
    line-height: 17px;
    padding-left: 140px;
    color: #333;
}
#game-info #game-logo {
    width: 128px;
    height: 128px;
    float: left;
    background: url("/static/i/dbstone128.png");
}
#body-social {
    display: inline;
    float: left;
    margin-right: 0;
    width: 320px;
    width: 300px;
    height: 1010px;
    float: right;
}
* html #body-social {
    overflow-x: hidden;
}
#body-social #social-yt {
    margin-bottom: 6px;
}
#body-social #social-fb {
    margin-bottom: 6px;
}
