#content {
	display:none;
}
#content_x {
	display:none;
	z-index:2;
	width: 1020px;
	height: 755px;
	margin: 0 auto;
	padding: 0;
	border:1px solid #c4b791;
	border-radius:5px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#content_x .header {
	float:left;
	margin-top:3px;
	width:1019px;
}
#content_x .header .left {
	float:left;
}
#content_x .header .right {
	float:right;
}

#content_x .content {
	float:left;
	width:1019px;
	height:563px;
}
#content_x .content .left {
	float:left;
}
#content_x .content .right {
	float:right;
}	
#content_x .footer {
	float:left;
	margin-top:3px;
	width:1019px;
}
#content_x .footer .left {
	float:left;
}
#content_x .footer .right {
	float:right;
}
#content_loading{
	position:absolute;
	right:0;
	left:0;
	z-index:1;
	width: 1020px;
	height: 750px;
	margin: 0 auto;
	padding: 0;
	border-radius: 5px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#content_loading .loading{
	border-top: 1px solid #c4b791;
	border-bottom: 1px solid #c4b791;
	background-color:rgba(0, 0, 0, 0.5);
	margin-top:250px;
	text-align:center;
	height:105px;
}
#content_loading h1 {
	color:#ffd427;
	font-size:15px;
	font-family:Ebrima;
	padding:5px;
}

#Character .iusername {
	position:absolute;
	margin-top:70px;
	margin-left:25px;
	color:white;
}
