body {
    margin: 0;
    background: #ecf0f1;
}
#header {
    position: relative;

    width: 100%;

	height: 167px;
    background: url('../../assets/images/new/warClicks/homepage/header_post_kong.png') bottom center;
    background-size: 2560px;
}
#header_logo {
    display: block;
    height: 60px;
    width: 332px;
    margin: 0 auto;
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
    padding-top: 29px;
    position: relative;
    top: 23px;
}
#header .header-text {
    width: 189px;
    height: 30px;
    margin: 0 auto;
    margin-top: 47px;
    /*color: black;*/
    font: 18px/24px 'titilliumWebSemiBold';
    color: #808080;
    text-align: center;
}
#header_logo img {
    max-width: 100%;
}
.register_link {
    display: inline-block;
    text-align: center;
    width: 110px;
}
.register_link, .login_link, #logout {

    font: bold 14px/20px 'openSansBold';

    letter-spacing: -1px;

    color: #f0f0f0;

    text-decoration: none;
}
.login_link, #logout {
    margin-right: 16px;

    color: #ee1d25;
}
#everyclick {
    position: absolute;

    font: normal 36px/38px 'NiagaraSolid';
    color: #000000;
    letter-spacing: 1px;

    bottom: 0;
    left: 50%;

    margin: 0 0 0 -490px;
}

#fightfor {
    font: 23px/34px 'MyriadPro';
    font-weight: 200;
    color: #ffffff;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -225px;

}

#fightfor span {
    color: #ee1d25;
    font-size: 28px;
}

#login_menu {
    position: absolute;
    display: inline-block;
    z-index: 999;

    top: 0;
    right: 50%;

    margin-right: -120px;/*-500px;*/

    width: 468px;
    height: 25px;

    background: rgba(0,0,0,0.9);
}
#login_menu .logStatus {
    float: right;
}
#login_menu .links {
    margin-top: 2px;
    margin-left: 8px;
}
#login_menu .iconLogOut {
    float: right;

    margin-top: -2px;

    width: 25px;
    height: 25px;

    background: url("../images/icon_logout.png");
}
#login_menu .iconLogOut:hover {
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
}

.pluginButton {
    cursor: none;
}


#header .logo {
    position: absolute;

    left: 20px;
    top: 20px;

    width: 315px;
    height: 86px;

    background: url("../../assets/images/warclicks_logo.png");
}










