/* CORE BACKGROUND STYLESHEET */
a#clickarea { z-index: 0; }

body {
    background: #603813;
}
/* BACKGROUND IMAGES */
div#element {
    background: url(/gfx/backgrounds/indie/element.png);
    background-repeat: no-repeat;
    width: 225px;
    height: 225px;
    margin-left: 0;
    left: 0;
    top: 60px;
}
div#background_top {
    background: none;
    background-repeat: repeat-x;
    height: 757px;
    margin-bottom: -757px;
}
div#background_bottom {
    position: absolute;
    background: none;
    height: 314px;
    margin-top: 630px;
    z-index: 0;
    top: 100px;
    z-index: -1;
    width: 100%;
    overflow: hidden;
}
div#background_center {
    background: url(/gfx/backgrounds/indie/center.png);
    background-repeat: no-repeat;
    height: 314px;
    width: 1301px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -650px;
    overflow: hidden;
}

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

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

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

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

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

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