@charset "utf-8";
/* CSS Document */
body {
	background:url(images/bg.png) no-repeat bottom center;
	padding: 0;
	margin: 0;
	font-size:14px;
	color:#000;
	font-family:sans-serif;
	height:100%;
}
a {
	color:#6ea74e;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
div {
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
#header {
	height:116px;
	background:url(images/logo.png) #fff center no-repeat;
	font-size:40px;
	font-weight:bold;
}
#btn_container {
	background:url(images/btn_container.png);
	height:86px;
}
#btn_container div {
	width:1035px;
	height:42px;
	margin-top:3px;
}
#btn_container div ul li {
	list-style:none;
	float:left;
	margin-left:17px;
	color:#adf6a2;
	font-size:18px;
	padding-top:6px;
	cursor:pointer;
}
#btn_container div ul li:hover {
	color:#000;
}
#btn_container div ul li.home {
	background:url(images/home.png);
	width:31px;
	height:38px;
	padding:0;
	margin-left:120px;
}
#btn_container div ul li.home:hover {
	background-position:0 -28px;
}
#btn_container div div {
	width:1035px;
	height:36px;
	margin-top:47px;
	background:url(images/main.png) repeat-y center;
	position:absolute;
	z-index:-1;
}
.content {
	width:915px;
	background:url(images/main.png) repeat-y center;
	padding-left:60px;
	padding-right:60px;
}
#content {
	height:100%;
}
#footer {
	width:1035px;
	background:url(images/main.png) repeat-y center;
	padding-bottom:15px;
	text-align:center;
	padding-top:15px;
}