@charset "utf-8";
/* CSS Document */
body{
	background:#000 url(../image/home_bg.jpg) top repeat-x;	
}
#top_block{
	height:426px;	
}
	#main_banner{
		position:absolute;
		left:0;
		top:129px;
		height:297px;
		width:100%;
		background:url(../image/home_banner_bg.jpg) right no-repeat;
	}
#content_block{
	margin:0 auto;
	height:263px;
	width:908px;
	background:url(../image/home_content_bg.jpg) top no-repeat;
}
	#content_block h2{
		font-size:18px;
		font-weight:600;
		color:#fff;
	}
	#prod{
		position:absolute;
		left:62px;
		top:31px;
		width:392px;		
	}
		#more_btn{
			position:absolute;
			right:0;
			top:145px;
			text-indent:-999px;
		}
			#more_btn a{
				display:block;
				width:70px;
				height:21px;
				color:#000;
			}
			#more_btn a:link{
				background:url(../image/home_more_btn.jpg) right no-repeat;
			}
			#more_btn a:visited{
				background:url(../image/home_more_btn.jpg) right no-repeat;
			}
			#more_btn a:hover{
				background:url(../image/home_more_btn.jpg) left no-repeat;
			}
	#about{
		position:absolute;
		left:511px;
		top:31px;
		width:312px;
		color:#CCC;
	}
		#about p{
			text-indent:2em;
			line-height:20px;
		}
		