body{
	background: url(img/bg_ny22.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0px;
	background-color: #e9342b;
    min-height: 1080px;
    overflow-x: hidden;
    margin: 0px;
}

.logo_top{
    background: url(img/logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0px;
    width: 419px;
    height: 222px;
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.logo_top_en{
	background: url(img/logo_en.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0px;
}
.txt_top{
    background: url(img/promo_txt.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0px;
    width: 541px;
    height: 227px;
    position: absolute;
    top: 358px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.txt_top_en{
    background: url(img/promo_txt_EN.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0px;
}
.txt_top_de{
    background: url(img/promo_txt_DE.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0px;
}
.txt_top_fr{
    background: url(img/promo_txt_FR.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0px;
}
.txt_top_pl{
    background: url(img/promo_txt_PL.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0px;
}
.dwld_btn{
    cursor: pointer;
    background: url(img/dwnld_btn_blank.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0px;
    width: 287px;
    height: 92px;
    position: absolute;
    top: 478px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    font-family: "Philosopher-Regular";
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 88px;
    font-size: 35px;
}
.dwld_btn_ru{
    top: 578px;
}
.dwld_btn_fr{
	font-size: 28px;
}
.dwld_btn_de {
    font-size: 24px;
}
.dwld_btn:hover{
    background-position: center -88px;
}


#esprit-auth-widget-holder{
	position: absolute !important;
	top: 50px;
    left: 32%;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}
.eula_links{
    display: block !important;
    position: absolute;
    top: 680px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    color: #fff;
    text-shadow: 1px 1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000, -1px -1px 0px #000;
    font-family: "Philosopher-Regular";
    font-size: 16px;
    width: 300px;
    padding: 12px 12px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    letter-spacing: 1px;
}
.eula_links a,
.eula_links a:hover{
    font-weight: normal;
    color: #fff;
}
@media (max-width: 1550px) { 
	#esprit-auth-widget-holder{
		position: absolute !important;
	    left: 32%;
	    right: 0;
	}
}
@media (max-width: 1080px) {
    .logo_top,
    .txt_top,
    .dwld_btn,
    .dwld_btn,
    .eula_links{
        right: -242px;
    }
}
@media (max-width: 1024px) { 
	#esprit-auth-widget-holder{
		position: absolute !important;
	    right: auto;
	    left: 0;
	    right: 0;
	}
}