html, body {
    height: 100%;
}
a { outline: none; }
body {
    color: #333333;
    font-family: 'Ubuntu',sans-serif;
    line-height: 20px;
    margin: 0;
}
	
#page {
	position: relative;
    min-height: 100%;
    min-width: 980px;
}
   
p { margin-bottom: 1.6em; }
#logo {
	padding-top: 10px;
    text-align: center;
    width: 100%;
}
#social {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 60px;
}

.lang__buttons {
    right: 15px;
    position: absolute;
    top: 15px;
}

.logo__16 {
    right: 15px;
    position: absolute;
    top: 60px;
}

.play__button {
    top: 350px;
	left: 55%;
    margin-left: -125px;
    position: absolute;
	display: block;
	text-indent: -9999px;
	background: url('../img/play.png') no-repeat 0 0;
	width: 115px;
	height: 115px;
}

.play__button:hover { background-position: 0 -119px; }
.play__button:active { background-position: 0 0px; }

.gplay__button {
	display: block;
	width: 125px;
	height: 43px;
    right: 72px;
    position: absolute;
    bottom: 55px;
}
.steam__button {
	display: block;
	width: 125px;
	height: 43px;
    right: 78px;
    position: absolute;
    bottom: 175px;
	
}
.ios__button {
	display: block;
	width: 125px;
	height: 43px;
    right: 72px;
    position: absolute;
    bottom: 120px;
}

.soviet__button {
	display: block;
	width: 402px;
	height: 176px;
    left: 16px;
    position: absolute;
    bottom: 5px;

}

.scrolldown__button {
	background: url('../img/scrolldown.png') no-repeat;
	background-position: center;
	text-indent: -9999px;
	display: block;
	width: 115px;
	height: 48px;
    left: 55%;
    margin-left: -125px;
    position: absolute;
    bottom: 45px;
}

#more {
    clear: both;
	background: url(../img/bg.png) #431909;
	background-color: #000;
	color: #fff;
    height: 3130px;
}
#more  .wrap {
	width: 980px;
	margin: 0 auto;
}

a {
color:#0f91ff;
}
a:active {
color:#0f91ff;
}
a:visited {
color:#0f91ff;
}
a:hover {
color:#0f91ff;
}

.in_top{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: url('../img/scrollup.png');
	background-repeat: no-repeat; 
    background-position: 50% 50%; 
    cursor: pointer;
    display: none;
}
.in_top:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.in_top span{
    display: block;
    width: 100px;
    margin-top: 10px;
    text-align: center;
    color: #45688E;
    font-weight: bold;
}