#wrapper {
	background-image: none;
    width: 100%;
    height: 599px;
	 
}

#topBar {
	background: url('https://img.hexrpg.com/images/topBar.png') repeat-x;
	height: 54px;
	width: 100%;
	position: fixed;
	z-index: 50;
}

#topButtons {
	float:right;
  	width: 102px;
}

#smallLogo {
	background: url('https://img.hexrpg.com/images/smallLogo.png');
	width: 280px;
	height: 60px;
	float:left;
	z-index: 9000;
	margin-right: 20px;
}

#membersOnline {
	width: 203px;
	height: 32px;
	background: none;
	color: #fff;
	font-family: 'hopfer_hornbookregular';
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	color: #fff;
	padding: 5px;
	text-align: center;
	float:left;
	clear:none;
	position: relative;
	top: 55px;
	left: 300px;
	margin-top: -80px;
}

/* IE 9,10*/
@media screen and (min-width:0\0) {
	#membersOnline {
		top: -5px;
		left: -10px;
		margin-top: 1px;
		width: 160px;
		font-size: 11px;
		
	}
}


#topNav {
	margin-top: 10px;
	float:left;
}

#content {
	width: 1024px;
	margin:0 auto;
	margin-top: -520px;
}

#mainContent {
	float:left;
	width: 100%;
	margin-top: 20px;
	margin-left: 20px;
    min-height: 500px;
}

#dateTime {
	color : #7fbdba;
	font-family: 'hopfer_hornbookregular';
	text-transform: uppercase;
	font-size: 14px;

}

#diagonMap {
	width: 1024px;
	height: 450px;
	background: url('https://img.hexrpg.com/images/diagonAlleyMap.png') no-repeat;
}

#newbiesBanner {
	width: 1024px;
	height: 160px;
	background: url('https://img.hexrpg.com/images/newbiesBanner.png') no-repeat;
}

#specificNav1 {
	width: 100%;
}

.specificNav1 ul {
	font-family: 'lato';
	height: auto;
	width: auto;
}

.specificNav1 li {
	float: left;
	margin-left: 7px;
}

.specificNav1 a {
	font-family: 'hopfer_hornbookregular';
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
}

.specificNav1 a:hover {
	color: #78b2b0;
}

#specificNav2 {
	width: 100%;
	color: #fff;
	font-size: 10px;
}

.specificNav2 ul {
	font-family: 'lato';
	height: auto;
	width: auto;
}

.specificNav2 li {
	float: left;
	margin-left: 8px;
}

.specificNav2 a {
	font-size: 10px;
	color: #78b2b0;
}

.specificNav2 a:hover {
	color: #fff;
}