/* HEADER */
h1#title_logo {
    position: absolute;
    left: 32px;
    top: 4px;
    width: 93px;
    height: 122px;
    background: url(/gfx/header/logo.png) no-repeat;
    text-indent: -9999px;
}
h1#title_logo a {
    display: block;
    width: 93px;
    height: 122px;
}
h2#subtitle {
    position: absolute;
    left: 131px;
    top: 75px;
    width: 500px;
    height: 41px;
    background: url(/gfx/header/subtitle.png) no-repeat;
    text-indent: -9999px;
}
#subtitle a {
    display: block;
    width: 500px;
    height: 41px;
}

/* REMOVE TITLES */
h3.title { text-indent: -9999px;  }

/* MAIN MENU */
div#nav {
    position: relative;
    left: 676px;
    height: 119px;
    width: 256px;
    background: url(/gfx/menu/background.png) no-repeat;
}
li#btn_contact {
    position: absolute;
    background: url(/gfx/menu/contact_us.png) no-repeat;
    left: 18px;
    top: 95px;
    width: 87px;
    height: 17px;
    text-indent: -9999px;
}
li#btn_contact a {
    display: block;
    width: 87px;
    height: 17px;
}
li#btn_admin {
    position: absolute;
    background: url(/gfx/menu/admin.png) no-repeat;
    left: 18px;
    top: 7px;
    width: 87px;
    height: 17px;
    text-indent: -9999px;
}
li#btn_admin a {
    display: block;
    width: 87px;
    height: 17px;
}
#navlist {
    position: relative;
    left: 150px;
    top: 5px;
    text-indent: -9999px;
    width: 80px;
}
#navlist a { display: block; width: 80px;}
#btn_home a { background: url(/gfx/menu/home.png) no-repeat; height: 18px; }
#btn_details a { background: url(/gfx/menu/details.png) no-repeat; height: 18px; }
#btn_news a { background: url(/gfx/menu/news.png) no-repeat; height: 18px; }
#btn_articles a { background: url(/gfx/menu/articles.png) no-repeat; height: 18px; }
#btn_games a { background: url(/gfx/menu/games.png) no-repeat; height: 17px; }
#btn_forum a { background: url(/gfx/menu/forum.png) no-repeat; height: 18px; }