

body {
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	overflow-y: hidden;
}

#main {
	width: 100%;
	min-height: 140px;
	display: inline-block;
	background-color: rgba(20, 20, 20, .75);
	color: #dedede;
	position: absolute;
	padding: 30px;
	padding-top: 20px;
	bottom: 0;
	left: 0;
	box-shadow: 0px 0px 3px #00000088;
}

#maindl {
	width: 0%;
	height: 4px;
	display: inline-block;
	margin: 0 Auto;
	background-color: white;
	position: absolute;
	bottom: 190px;
	left: 0;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}

#main h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#goto {
	color: #dedede;
	min-width: 100px;
	max-width: 500px;
	/*background-color: rgba(32,32,32,.9);*/
	padding: 1%;
	position: fixed;
	bottom: 9%;
	right: 0;
	text-shadow: 0px 0px 3px #00000080;
	text-align: right;
	font-size: 24px;
}

#download {
	color: #aeaeae;
	position: absolute;
	top: 200px;
	right: 10px;
	text-align: right;
	background-color: rgba(32, 32, 32, .5);
	border-radius: 50px;
	padding: 10px;
	vertical-align: center;
}

#server,
#help,
#announce {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(32, 32, 32, .9);
	height: 50px;
	width: 380px;
	padding: 10px;
	line-height: 15px;
	text-align: center;
}

#help {
	width: 330px;
}

.box {
	position: absolute;
	top: 0;
	left: 0;
	height: 180px;
	padding-left: 10px;
	padding-right: 10px;
	width: 400px;
	padding-top: 70px;
}

li {
	line-height: 1.5em;
}

ul {
	padding-left: 15px;
	width: 380px;
}

.box+.box {
	border-left: 1px solid rgba(64, 64, 64, .9);
	width: 400px;
	margin-left: 400px;
}

.box+.box+.box {
	margin-left: 800px;
	width: 380px;
}

.box+.box+.box+.box {
	margin-left: 1150px;
	border-left: 1px solid rgba(64, 64, 64, .9);
}

main p {
	size: 20pt;
	color: cyan;
	position: relative;
	left: 20px;
}

#maincontent {
	width: 71%;
	margin: 0 auto;
	max-height: 500px;
	background-color: rgba(20, 20, 20, .8);
	margin-top: 8%;
	box-shadow: 0px 0px 16px #00000055;
}

#contenttop {
	color: #dedede;
	font-size: 1.5rem;
	margin: auto;
	padding-left: 1em;
	display: inline-block;
}

#contenttop h2{
	margin-bottom: 0;
}

#contenttop h3{
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

#contenttop p{
	font-size: .7em;
}

#contenttop hr{
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

#contentinline {
	color: #dedede;
	font-size: 1.5rem;
	padding: 1em;
	max-height: 566px;
	display: inline-block;
	vertical-align: top;
	width: 42%;
}

#contentbody{
	display: block;
	max-width: 100%;
	margin: auto;
	max-height: 31vh;
}

#contentinline h2{
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

#contentinline h3{
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

#contentinline h6{
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 0.6em;
	font-weight: normal;
}

#contentinline p{
	font-size: .7em;
	line-height: 1.2em;
}

#newsbody {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 0.3em;
	margin-right: 0.6em;
	line-height: 1.2em;
}


#maincontentheader {
	background-color: rgba(11, 11, 11, 0.5);
	width: 100%;
	height: 65px;
	border-bottom: 1px dotted #fff9;
	font-size: 48px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	color: white;
	text-indent: 15px;
	line-height: 1.3em;
	text-shadow: 0px 0px 3px #000;
	text-indent: 2%;
	font-family: Raleway;
}

#playerinfocontainer {
	margin: 0;
	position: absolute;
	height: 100%;
	/* background-color: red;*/
	display: inline-block;
	padding: 0;
	margin-left: 14.4%;
	text-indent: 0;
	width: 50%;
	top: 0;
	left: 0;
}


#avatarContainer {
	width:184px;
	height:184px;
	border-radius: 3px;
	border:3px solid rgb(138,178,58);
	box-shadow: 0px 0px 3px #00000088;
	display: inline-block;
}

#profileAvatar {
	position: absolute;
	width: inherit;
	height: inherit;
}

#playerstats {
	width: 50%;
	margin-left: 1.25%;
	font-size: 18px;
	color: #aad2ff;
	text-shadow: 0px 0px 3px #00000080;
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-height: 600px) {

	#maincontent {
		height: auto;
		max-height: 500px;
	}

	body {
		padding-top: 0px;
	}
}

@media screen and (max-height: 700px) {
	#maincontent {
		height: auto;
		max-height: 500px;
		margin-top:2%;
	}
	body {
		padding-top: 0px;
	}	
}

@media screen and (min-height: 800px) {
}

#maincontenttick {
	height: 25px;
	width: 100%;
	position: relative;
	display: block;
	margin: 0 Auto;
	overflow-x: hidden;
	overflow-y: hidden;
	white-space: nowrap;
	border-top: 1px solid #0008;
	background-color: rgba(11, 11, 11, 0.5);
}

#maincontenttick ul li {
	display: inline;
	margin-top: 0;
	margin-left: 150px;
}

@-webkit-keyframes ticker {
	0% {
		margin-left: 100%;
	}

	100% {
		margin-left: -900%;
	}
}

#maincontenttick ul {
	-webkit-animation: ticker 80s linear infinite;
	color: #dedede;
	text-shadow: 0px 0px 5px black;
	list-style: none;
	margin-top: 0;
}