	#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; /* iOS Safari */
		-webkit-user-select: none;   /* Chrome/Safari/Opera */
		-khtml-user-select: none;    /* Konqueror */
		-moz-user-select: none;      /* Firefox */
		-ms-user-select: none;       /* Internet Explorer/Edge */
		user-select: none;           /* Non-prefixed version, currently
						  not supported by any browser */
	}

	#content_x .header {
		float:left;
		margin-top:3px;
		width:1019px;
		/*-border:1px solid #c4b791;*/
	}
	#content_x .header .left {
		float:left;
	}
	#content_x .header .right {
		float:right;
	}
	
	#content_x .content {
		float:left;
		/*margin-top:3px;*/
		width:1019px;
		height:563px;
		/*border:1px solid #c4b791;*/
	}
	#content_x .content .left {
		float:left;
	}
	#content_x .content .right {
		float:right;
	}	
	#content_x .footer {
		margin-top: 50px;
		/*margin-left: 5px;*/
		float: left;
		width: 1019px;
		height: 44px;
	}
	#content_x .footer .left {
		float:left;
	}
	#content_x .footer .right {
		float:right;
	}
	#content_loading{
		position:absolute;
		right:0;
		left:0;
		z-index:1;
		width: 1040px;
		height: 758px;
		margin: 0 auto;
		padding: 0;
		/*border: 1px solid #c4b791;*/
		border-radius: 5px;
		-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none;   /* Chrome/Safari/Opera */
		-khtml-user-select: none;    /* Konqueror */
		-moz-user-select: none;      /* Firefox */
		-ms-user-select: none;       /* Internet Explorer/Edge */
		user-select: none;           /* Non-prefixed version, currently
						  not supported by any browser */		
	}
	#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:Tahoma;
		padding:5px;
	}

	#Character .iusername {
		font-weight: bold;
		/*font-size: initial;*/
	}