body{
	margin:0px;
}

#main{
    position: absolute;
    top: 0.5px;
    left: 0;
    right: 0;
    bottom: 0.5px;
    overflow-x: hidden; /* or any other value */
    overflow-y: auto; /* or any other value */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

#main::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

a{ 
	font-family:"font1", Verdana, Tahoma;
	color:#dd00ff;
}

p{ 
	font-family:"font1", Verdana, Tahoma;
	color:black;
}

.footer_info{
	color: #FFFFFF;
}

.network{
	width: 7%;
	margin: 5px;
	cursor: pointer;
}

.info{
	cursor: pointer;
	width: 64px;
	height: 64px;
}

#div_pile{
	margin-left: 40%;
	margin-top: -200px;
	width: 60%;
	margin-right: 0;
}

#pile{
    animation-name: translate; 
    animation-duration: 2s; 
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}

@keyframes translate {
  from {
    transform: translate(-100%, -50%);
  }
  to { 
    transform: translate(0%, 0%);
  }
}

.symbol{
	width: 32px;
	height: 32px;
	margin-bottom: -8px;
}

#package{
	position: relative;
	visibility: hidden;
	background-image: url("../img/packages.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center top;
	background-size: 100% auto;
	width: 585px;
	height: 0px;
}

.packpic{
	margin: 20px;
}

#rules{
	position: relative;
	visibility: hidden;
	background-image: url("../img/rules.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center top;
	background-size: 100% auto;
	width: 585px;
	height: 0px;
}

#rules_txt{
	position: absolute;
	margin: 34px;
}

.verb{
	font-size: 56px;
	margin: 20px;
}

@media (max-width: 585px) {
	#rules{
		width: 100%;
		min-width: 370px;
	}
	#package{
		width: 100%;
		min-width: 370px;
	}
	#rules_txt {
		font-size: 12px;
	}
}

@media (max-width: 400px) {
	.verb{
	  font-size: 30px;
	}
}

#network_div{
	width: 100%;
	background-color: #222222;
}

.link_lang{
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 24px;
}

#world{
	vertical-align: middle;
	width: 78px;
	height: 78px;
}

#copyright{
	text-align: center;
	color: #999999;
}

#more{
	margin: 20px;
}

#corner_logo{
	max-width: 50%;
}

#login_button{
	top: 10px;
	right: 10px;
	position: fixed;
	width: 200px;
	background-image: linear-gradient(to right, #ec72ff, #ad00c8);
	line-height: 40px;
	border: solid;
	border-radius: 25px;
	overflow: hidden;
}

#login{
	text-align: center;
	margin: 0px;
}

#slogan_div{
	text-align: center;
	margin: 10px;
}

#slogan{
	font-size: 60px;
}

#header{
	width: 100%;
	height: 725px;
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: center, center; 
}

.pres_text{
	margin-left: 50px;
}

.news_text{
	color: #FFFFFF;
	margin-left: 20px;
	font-size: 30px;
}

#news{
	width: 100%;
	height: 600px;
	background-image: url("../img/lion.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: left, center; 
}

#pres{
	padding-top: 20px;
	height: 600px;
	background: url("../img/waterscape.jpg") no-repeat left center fixed;
	background-size: auto 1200px;
}

#footer{
	width: 100%;
	height: 400px;
	background: #111111;
	color: #FFFFFF;
}