* {
	outline:none;
	margin:0;
	padding:0;
	border:0;
}
body {
	background:#373c41 url('img/bg_body.png') top center repeat-y;
	font:normal normal 15px Helvetica,Arial,Sans-Serif;
	line-height:160%;
	color:#afafaf;
}
a {
	color:#eaeaea;
	text-decoration:none;
}
a:hover {
	color:#fff;
}
.wrap {
	width:100%;
}
#rule {
	width:100%;
	height:10px;
	background:#191c1f url('img/line_30.png') bottom center repeat-x;
}
#head_wrap {
	background:url('img/line_15.png') bottom center repeat-x;
}
h1 {
	padding-top:84px;
	height:16px;
	line-height:16px;
	font-size:24px;
	color:#eaeaea;
}
#sub_wrap {
	background:url('img/line_15.png') bottom center repeat-x;
}
h2 {
	font-weight:normal;
	padding-top:9px;
	height:11px;
	line-height:11px;
	font-size:14px;
}
#item_wrap {
	background:url('img/bg_row.png');
	overflow:hidden;
}
#items {
	list-style-type:none;
	overflow:hidden;
}
#items li {
	float:left;
	position:relative;
	overflow:hidden;
	padding-top:20px;
	width:300px;
	height:60px;
}
#items a {
	width:300px;
	height:60px;
	display:block;
	overflow:hidden;
	font-size:12px;
	line-height:140%;
	background:url('img/bg_cell.png') no-repeat;
}
#items a img {
	float:left;
	margin-right:20px;
}
#items a strong {
	float:left;
	display:block;
	height:14px;
	width:220px;
	margin-top:13px;
	line-height:14px;
	font-size:18px;
	color:#eaeaea;
}
#items a span {
	float:left;
	display:block;
	width:220px;
	margin-top:8px;
	color:#afafaf;
	line-height:8px;
	height:8px;
}
#items p {
	position:absolute;
	left:0px;
	z-index:-1;
	display:block;
	width:300px;
	height:60px;
	background:#fff;
}
.f {
	margin-right:20px;
}
#contact_wrap {
	margin-top:20px;
	background:#191c1f url('img/bg_cutout.png') top center repeat-x;
	height:0px;
	overflow:hidden;
}
#foot_wrap {
	background:url('img/line_15.png') top center repeat-x;
}
#contact {
	display:block;
	width:75px;
	height:20px;
	padding-left:25px;
	text-align:center;
	background:url('img/button_contact.png') no-repeat;
	line-height:21px;
	font-size:11px;
	overflow:hidden;
}
.contain {
	width:620px;
	margin:0 auto;
	padding:0 10px;
}