@charset "utf-8";
/* CSS Document */

#container1 {
	MARGIN:0px auto;
	WIDTH:960px;
	POSITION:relative;
	background-color: #a2c149;
	/*border-right: 2px solid #c3c18f;
	border-left: 2px solid #c3c18f;*/
}

#banner {
	DISPLAY:block;
	FLOAT:left;
	WIDTH:960px;
	POSITION:relative;
	HEIGHT:350px;
	background-image: url(image/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#goback{
	width:85px;
	height:40px;
	position: absolute;
	left: 865px;
	top: 122px;
}

#main {
	/*DISPLAY:block;
	FLOAT:left;*/
	FLOAT:left;
	MARGIN:0px auto;
	WIDTH:960px;
	POSITION:relative;
	background-color: #a2c149;
	text-align: center;
	/*HEIGHT:350px;
	background-image: url(image/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
}

#main2 {
	FLOAT:left;
	MARGIN:0px auto;
	WIDTH:960px;
	POSITION:relative;
	text-align: center;
	background: url(image/mainbg.jpg) #a2c149 top center repeat-y;
}

#footer {
	CLEAR:both;
	DISPLAY:block;
	font-family: Verdana, Arial,;
	font-size: 10pt;
	color:#FFFFFF;
	WIDTH:960px;
	/*HEIGHT:30px;*/
	text-align: center;
	background-position: center;
	padding-top: 10px;
	height: 40px;
	padding-bottom: 10px;
	line-height: 24px;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
    font-size: 10pt;
    color:#ffffff;
}

.btok{
	text-indent:-100px;
	/*overflow:hidden;*/
	display:none;
	width:234px;
	height:44px;
	display:block;
	position: absolute;
	left: 364px;
	top: 502px;
}
a.btok{
	background-image: url(image/btn_ok.gif)
}
a:hover.btok{
	background-position:0px -44px;
}

.btbank{
	text-indent:-100px;
	/*overflow:hidden;*/
	display:none;
	width:101px;
	height:48px;
	display:block;
	position: absolute;
	left: 845px;
	top: 104px;
}
a.btbank{
	background-image: url(image/btbank.png)
}
a:hover.btbank{
	background-position:0px -48px;
}
