/* CORE BACKGROUND STYLESHEET */
body {
    background: #000000;
}
/* BACKGROUND IMAGES */
div#element {
    background: url(/gfx/backgrounds/core/element.png);
    background-repeat: no-repeat;
    width: 182px;
    height: 195px;
    margin-left: 0;
    left: 0;
    top: 36px;
}
div#background_top {
    background: url(/gfx/backgrounds/core/top.png);
    background-repeat: repeat-x;
    height: 757px;
    margin-bottom: -757px;
}
div#background_bottom {
    background: url(/gfx/backgrounds/core/bottom.png);
    height: 269px;
    z-index: 0;
    margin-top: 530px;
    z-index: -10;
    position: absolute;
    top: 160px;
    width: 100%;
    overflow: hidden;
}
div#background_center {
    background: url(/gfx/backgrounds/core/center.png);
    background-repeat: no-repeat;
    height: 133px;
    /*width: 1301px;*/
    width: 1301px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -650px;
}

/* GAME INFO CONTAINER */
div#_top { height: 93px; background: url(/gfx/backgrounds/core/body_top.png) no-repeat; }
div#_middle { background: url(/gfx/backgrounds/core/body_middle.png); background-repeat: repeat-y; }
div#_bottom { height: 88px !important; background: url(/gfx/backgrounds/core/body_bottom.png) no-repeat; z-index: 0;}

/* GAME MENU */
ul#game_menu a { color: #222222; }
ul#game_menu a:hover { color: #999999; }
ul#game_menu a.active { color: #ffffff; }

/* BUY NOW STYLES */
/*div.popup_top {
    background: url(/gfx/store/core/popup_top.png) no-repeat;
}
div.popup_bottom {
    background: url(/gfx/store/core/popup_base.png) no-repeat;
}
div.popup_portals {
    background: url(/gfx/store/core/popup_portal_text.png) no-repeat;
}
div.popup_links {
    background: url(/gfx/store/core/popup_spacer.png);
}
p.store_price {
    color: #666;
}*/

/* BUY BUTTON */
p#buy_now { background: url(/gfx/backgrounds/core/buy.png) no-repeat; }
#buy_now a:hover { background: url(/gfx/backgrounds/core/buy_over.png) no-repeat; }

/* DEMO BUTTON */
p#play_demo { background: url(/gfx/backgrounds/core/demo.png) no-repeat; }
#play_demo a:hover { background: url(/gfx/backgrounds/core/demo_over.png) no-repeat; }

ul#game_info_menu li a { color: #777; }