*, html, body {
	margin: 0px;
}
html,body{height:100%; }
body{
	font-family: "ËÎÌå";
	font-size: 14px;
	background-color: #000000;
	color: #989669;
	line-height: 22px;
}
#pagecontainer{
	width:1002px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}
#header{
	height: 618px;
	width: 1002px;
}
#main{
	height: 100%;
	width: 1002px;
	background-image: url(images/bg-hd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainbody{
	width: 508px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 72px;
	margin-bottom: 100px;
	z-index: 1;
}
#bodyimg{
	height: 106px;
	width: 280px;
	background-image: url(images/bg-ft.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
}
#footer{
	height: 137px;
	width: 1002px;
	text-align: center;
	vertical-align: top;
}
a:link {
	text-decoration: none;
	color: #9DEEE2;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #48DFC9;
}
a:active {
	text-decoration: none;
	color: #9DEEE2;
}

.Q{
	font-weight: bold;
	color: #69987E;
	margin-bottom: 10px;
}
.button{
	border: 1px solid #03120F;
	background-color: #193D2F;
	padding: 5px;
	margin: 5px;
}
/*containerpage*/
#pagecontainer2{
	width:500px;
	height:500px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#main2{
	margin-left: 150px;
	margin-top: 20px;
	margin-right: 22px;
	height: 450px;
	overflow: auto;
}
