@charset "utf-8";

@font-face {
    font-family: 'dungeonregular';
    src: url('/fonts/dungrg_.TTF') format('truetype');
    src: url('/fonts/dungrg_.woff2') format('woff2'),
         url('/fonts/dungrg_.woff') format('woff'),
         url('/fonts/dungrg_.eot'),
         url('/fonts/dungrg_.svg#dungeonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.bg-brad-blue1 	{ background-color: #5d85d5!important; }
.bg-brad-blue2 	{ background-color: #85a3e0!important; }
.bg-brad-blue3 	{ background-color: #aec2ea!important; }
.bg-brad-red1 		{ background-color: #ac3939!important; }
.bg-brad-red2 		{ background-color: #ac6666!important; }
.bg-brad-red3 		{ background-color: #df9f9f!important; }
.bg-brad-yellow1 	{ background-color: #cc9966!important; }
.bg-brad-yellow2 	{ background-color: #c68c53!important; }
.bg-brad-yellow3 	{ background-color: #d9b38c!important; }

html, body, h1, hr, p, img, {
	margin:0;
	padding:0;
}
article, aside, details, figcaption, footer, header, hgroup, section{
	display:block;
}
body{
	background:#000000;
}

article{
	background-color: #000000;
	height:auto;
	position:relative;
	margin-top: -10px;
}
.bg-artical-center{
	background:url(/users/images/background_dcc-1.jpg) no-repeat center 10px;
	background-size: cover;
	height:492px;
	position:relative;
}
.bg-artical-left{
	background:url(/users/images/background_dcc-1.jpg) no-repeat left 10px;
	background-size: cover;
	height:492px;
	position:relative;
}
.bg-artical-right{
	background:url(/users/images/background_dcc-1.jpg) no-repeat right 10px;
	background-size: cover;
	height:492px;
	position:relative;
}

.outer{
	width: 220px;
	position:absolute;
	top: 50px;
	left: 90px;
	background:#ac7339;
	opacity: 0.8;
	height: 380px; 
	z-index:1;

}

.inner{
	width: 200px;
	position: absolute;
	top: 60px;
	left: 100px;
	z-index: 2;
	border: 1px solid #ffb84d;
}
.inner h1{
	font-family:'dungeonregular';
	font-size: 26px;
	text-align: center;
	font-style: bold;
	margin-top: 5px;
	color:#ffeeff;
}
.inner p{
	font-family:'dungeonregular';
	font-size: 23px;
	letter-spacing: 1px;
	color: #ffeeff;
	margin: 16px 8px;

	line-height: 14px;
}
hr{
	border: 0;
	height: 1px;
	background: #ffb84d;
	width: 160px;
	margin: 5px auto 0;
	margin-bottom: 5px;
}
footer{
	background: #6c9494;
	color: #ffb84d;
	font-family: 'dungeonregular';
	font-size:20px;

	text-align: center;
	line-height: 20px;
	margin: 0 auto;
	margin-bottom: 0px;
}