body{
    width:750px;
    margin-left:auto;
    margin-right:auto;
    font-family: sans-serif;
    text-align:center;
}
img{
    float:inherit;
    width: 300px;
    margin:10px;
    padding:5px;
}
#main{
	position:absolute;
	width:750px;
	height:auto;
	padding-top:20px;
}
#socials{
	float:right;
	padding-right:15px;
}
#LandS{
	float:left;
	height:28px;
	padding-top:6px;
}
#facebook{
	float:left;
	margin:0px 3px 0px 3px;
	height:28px;
	width:28px;
	background-image: url("../images/socials/facebook.png");
	background-size: 25px 25px;
	background-position:center;
	background-repeat:no-repeat;
}
#youtube{
	float:left;
	margin:0px 3px 0px 3px;
	height:28px;
	width:28px;
	background-image: url("../images/socials/youtube.png");
	background-size: 28px 20px;
	background-position:center;
	background-repeat:no-repeat;
}
#banner, #footer, .plug{
	float:left;
	position:relative;
    width:742px;
	border-radius:20px;
	margin:10px 0px 10px 0px;
	padding:10px 0px 10px 0px;
    background-color:#FFFFFF;
	text-align:center;
    text-transform:uppercase;
    font-weight:bold;
}
.boxA, .boxB{
	height:auto;
	width:722px;
    border-radius:20px;
	margin:10px auto 10px auto;
	padding:20px 10px 20px 10px;
	text-align:justify;
}
.boxA{
    float:left;
}
.boxB{
    float:right;
}
.keys{
	float:left;
	width:369px;
	padding:0px 10px 0px 10px;
	margin:10px 0px 0px 0px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.share{
	float:right;
	font-size:14px;
}
#backtop{
	font-size:14px;
	text-transform:uppercase;
}
#disclaimer{
	float:left;
	width:750px;
	padding:30px 0px 30px 0px;
	font-size:14px;
	text-transform:uppercase;
}
#disclaimer h1{
	font-size:14px;
	font-weight:bold;
	padding:10px 0px 10px 0px;
}

#bug{
	float:left;
	width:750px;
	height:60px;
	background-image: url("../images/bb.png");
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
	margin-bottom:20px;
}
#errorcode{
	font-size:144px;
	font-weight:bold;
}
#fullpage {
  display:none;
  position:fixed;
  z-index:9999;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  background-size:contain;
  background-repeat:no-repeat no-repeat;
  background-position:center center;
  background-color:rgba(0,0,0,0.9);
}
#DFCH{
	float:left;
	margin-top:10px;
	margin-bottom:50px;
	padding:0px;
	width:750px;
	height:80px;
	background-image: url("../images/advertisements/dont-fucking-click-here.gif");
	background-position:center;
	background-repeat: no-repeat;
}
