#container_a {
    position: relative;
    width: 651px;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
    background: #000;
}

#container {
    width: 649px;
    margin: 0 auto;
    text-align: left;
    background: #fff;
    padding: 0px;
}

#keen {
    background: url(/img/keen.gif);
    width: 69px;
    height: 71px;
    float: left;
}

a#logo {
    position: absolute;
    left: 70px;
    top: 25px;
    background: url(/img/freegames.gif);
    width: 219px;
    height: 17px;
}

#top_back {
    background: #eee;
    height: 132px;
}

#topleft {
    background: url(/img/topleft.gif);
    width: 240px;
    height: 29px;
    float: left;
    margin-top: 42px;
}

#topright {
    background: url(/img/topright.gif);
    width: 340px;
    height: 38px;
    float: right;
    margin-top: 13px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    /*line-height: 50px;*/
}

#toppic {
    background: url(/img/toppic.gif);
    width: 340px;
    height: 43px;
    float: right;
}

#bottomright {
    background: url(/img/bottomright.gif);
    width: 340px;
    height: 38px;
    float: right;
    color: #fff;
    text-align: right;
    /*line-height: 53px;*/
}

#bottomright a {
    color: #fff;
}

#bottomleft {
    background: url(/img/bottomleft.gif);
    width: 309px;
    height: 58px;
    float: left;
    margin-top: 3px;
}



