/******************
 * Íâ±ß¿òÕûÌåÒõÓ° *
 ******************/
#help .block {
	position:relative;
	width:980px;
	margin:0 auto;
	margin-top:8px;
	padding:0px 2px;
	background:url(images/bg_middle.jpg) repeat-y;
}
#help .block .top {
	position:absolute;
	left:0;
	top:0;
	height:7px;
	width:984px;
	background:url(images/bg_top.jpg) top no-repeat;
}
#help .block .bottom{
	position:absolute;
	left:0px;
	bottom:0px;
	_bottom:-1px;
	height:7px;
	width:984px;
	background:url(images/bg_bottom.jpg) bottom no-repeat;
}
#help .block:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }