/* CSS Document */
.banner{
	background:url(../images/product_banner.jpg) no-repeat;
	height:142px;
}
.content{
	background:#fff;
	border:4px solid #707070;
	position:relative;
	top:-4px;
	height:788px;
	margin-top:20px;
}
.content .split-line{
	background:url(../images/about_split.gif) no-repeat;
	width:39px;
	height:654px;
	position:absolute;
	left:211px;
}
.content .title{
	background:url(../images/about_title.gif) no-repeat;
	width:80px;
	height:38px;
	position:absolute;
	left:103px;
	top:108px;
}
.content .text{
	width:559px;
	position:absolute;
	left:306px;
	top:107px;
	line-height:1.9;
}