body {
	background-repeat: repeat;
	background-image: url(../img/Dust-White-Seamless-pattern-for-website-background.jpg);
}

* {
	margin: 0 auto 0 auto;
	//text-align:left;
}

@font-face {
    font-family: "BebasNeue";
    src: url(../font/bebasneue.ttf) format('truetype');
    font-style: normal;
}

a, a:visited {
	text-decoration: none;
	color: #00ff06;
}

a:hover {
	color: #00ff06;
	//border-bottom: dashed 1px #00ff06;
	text-decoration: underline;
}

html, body {
	text-align: center;
}

p {
	text-align: left;
}

h1 {
	font-size:30px;
	font-weight:normal;
	padding:10px;
}


h2 {
	font-size:20px;
	font-weight:normal;
	padding-bottom: 5px;
}

#main {
	width:1115px;
	margin-top: 80px;
}

.wrapper {
	border: 0px solid green;
	background-color: #121212;
}

#side {
	float: right;
	width: 300px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content {
	float: left;
	width: 800px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

#divider {
	margin-top: 65px;
}

#topbar {
    overflow: hidden;
    background-color: #000;
    position: fixed;
    top: 0;
    width: 100%;
	height: 50px;
}

#brand, #brand a, #brand a:hover, #brand a:visited {
	font-family: BebasNeue;
	font-size: 32px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	padding-top: 7px;
}

.menu ul {
	font-family: BebasNeue;
	font-size: 20px;
	font-weight: normal;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.menu li {
    float: left;
}

.menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 8px;
    text-decoration: none;
}

#footer {
	font-family: BebasNeue;
	padding-top: 10px;
	color: #979797;
	font-size: 15px;
	clear: both;
	height: 25px;
	border-top: 1px solid #979797;
	background-color: #fff;
	font-weight:normal;
}


#footer a, #footer a:visited, #footer a:hover {
	font-size: 15px;
	color: #979797;
}

#footer.stikybottom {
    position: fixed;
    bottom:0;
    left: 0;
    right:0;
}

.server {
	overflow: hidden;
	width: 788px;
	padding: 8px 0px;
	color: #fff;
}

.server-left {
	float: left;
	width: 296px;
	overflow: auto;
	color: #fff;
	font-family: BebasNeue;
	font-weight: normal;
	font-size: 18px;
}

.server-right {
	float: right;
	border: 1px solid #000;
	width: 468px;
	overflow: hidden;
	background-color: #000;
	color: #fff;
	font-family: BebasNeue;
	font-weight: normal;
	font-size: 16px;
}

.server-name {
	padding-top: 5px;
	text-align: left;
	width: 296px;
	float: left;
	color: #000;
}

.server-name a, .server-name a:hover, .server-name a:active {
	color: #000;
}

.server-rank-votes {
	margin-top: 3px;
	float: left;
	background-color: #000;
	width: 138px;
	height: 22px;
}

.server-status-players {
	margin-left: 20px;
	margin-top: 3px;
	float: left;
	background-color: #000;
	width: 138px;
	height: 22px;
}

.server-banner {
	width: 468px;
	height: 61px;
}

.server-banner img {
	width: 468px;
	height: 60px;
}

.server-web {
	font-size: 16px;
	padding-top: 3px;
	padding-left: 8px;
	float: left;
}

.server-web a, .server-web a:hover, .server-web a:active {
	color: #fff;
}

.server-web a {
	font-size: 16px;
}

.server-ip {
	padding-top: 3px;
	padding-right: 8px;
	float: right;
}

.content-header {
	width: 800px;
	height: 30px;
	text-align: left;
	background-color: #000;
}

.content-header-text {
	font-family: BebasNeue;
	font-weight: normal;
	font-size: 16px;
	padding-top: 7px;
	padding-left: 12px;
	padding-right: 12px;
}

.content-header-text a, .content-header-text a:hover, .content-header-text a:visited {
	color: #fff;
}

.content-main {
	border-bottom: 1px solid #979797;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	width: 798px;
	padding: 0px 0px;
	background-color: #fff;
}

.content-main-text {
	font-size: 11px;
	font-family: Arial;
	width: 788px;
	color: #828282;
}

.content-main-text h3 {
	color: #c2c2c2;
}

.content-main-text-padding {
	padding: 15px 0px;
}

.content-footer {

}

.side-header {
	width: 300px;
	height: 30px;
	text-align: left;
	background-color: #000;
}

.side-header-text {
	font-family: BebasNeue;
	font-weight: normal;
	font-size: 16px;
	padding-top: 7px;
	padding-left: 12px;
}

.side-main {
	border-bottom: 1px solid #979797;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	width: 298px;
	background-color: #fff;
}

.side-main a {
	width: 0px;
	height: 0px;
}

.side-main img {
	width: 298px;
}

.side-footer {
	padding-top: 10px;
}

.disabled {
	pointer-events: none;
	cursor: default;
}
