@charset "utf-8";

html {
	font-size: 0.90em;
}
body {
	min-height: 100%;
}
html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-image: url("../../img/page/back.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}



.container_wrapper {
	position: absolute;
	top: 50px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.main_base {
	width: 850px;
	margin: 10px auto;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	border-style: none;
}
.title_box {
	padding: 35px;
	margin: 0px 0px 20px 0px;
	border-radius: 5px 5px 0px 0px;
	background: #000 url("../../img/page/logo.png") 30px center no-repeat;
}
.desc_box {
	width: 728px;
	padding: 20px;
	background: #97c64b;
	border-radius: 15px;
	text-align: center;
}
.desc_box h1 {
	margin: 10px 0px 20px 0px;
}
.advertis {
	margin: 10px;
}

.btn_doc {
	display: inline-block;
	margin: 0px 3px 0px 3px;
	padding: 0px 0px 0px 0px;
}
.btn_doc a {
	margin: 0px 0px 0px 0px;
	padding: 5px 120px; font-weight: bold;
	display: block;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	background-color: #429e00;
	transition: all .3s;
	text-align: center;
	font-size: 120%;
}
.btn_doc a:hover {
	opacity: 0.7;
}
