body
{
    margin: 0;
}
#head
{
    background: url("../images/bg1.jpg") center no-repeat;
    height: 431px;
}
#center
{
    background: url("../images/bg2.jpg") center no-repeat;
    height: 344px;
}
#foot
{
    background: url("../images/bg3.jpg") center no-repeat;
    height: 775px;
}
.game-list-container
{
    width: 612px;
    margin: 0 auto;
    padding-top: 171px;
}
.game-list
{
    float: left;
    background-color: #fca836;
    width: 120px;
    padding: 5px;
    border-radius: 5px;
    margin-right: 23px;
    margin-bottom: 27px;
}
.game-list-clear
{
    clear: both;
}
.game-img a
{
    display: block;
    width: 120px;
    height: 118px;
}
.game-name
{
    text-align: center;
    margin-top: 5px;
    line-height: 25px;
}
.game-name a
{
    color: #94130e;
    font-size: 15px;
    text-decoration: none;
}