/* CORE BACKGROUND STYLESHEET */
body {
    background: #ecf0f1;
}
/* BACKGROUND IMAGES */
div#element {
    background: url(/gfx/backgrounds/casual/element.png);
    background-repeat: no-repeat;
    width: 332px;
    height: 243px;
    margin-left: 0;
    left: 0;
    top: 36px;
}
div#background_top {
    background: url(/gfx/backgrounds/casual/top.png);
    background-repeat: repeat-x;
    height: 829px;
    margin-bottom: -829px;
}
div#background_bottom {
    position: absolute;
    background: #ecf0f1;
    height: 133px;
    margin-top: 670px;
    z-index: -10;
    top: 150px;
    width: 100%;
    overflow: hidden;
}

div#background_center {
    background: url(/gfx/backgrounds/casual/center.png);
    background-repeat: no-repeat;
    height: 133px;
    width: 1301px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -650px;
}
/* GAME INFO CONTAINER */
div#_top { height: 93px; background: url(/gfx/backgrounds/casual/body_top.png) no-repeat; }
div#_middle { background: url(/gfx/backgrounds/casual/body_middle.png); background-repeat: repeat-y; z-index: 2;}
div#_bottom { height: 87px !important; background: url(/gfx/backgrounds/casual/body_bottom.png) no-repeat; z-index: 0;}

/* GAME MENU */
/* ul#game_menu { background: url(/gfx/backgrounds/casual/info_panel.png) no-repeat; } */
ul#game_menu a { color: #5490b4; }
ul#game_menu a:hover { color: #98cff0; }
ul#game_menu a.active { color: #ffffff; }