/* gradient 3 */
.gradient {
	width: 638px;
	height: 50px;
	background: url(images/num_bg.png) no-repeat;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
.gradient h2 {
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 58px;
	font-weight: bold;
	font-size: 250%;
}
.gradient span {
	background: url(images/gradient.png) repeat-x;
	position: absolute;
	display: block;
	width: 638px;
	height: 50px;
	overflow: hidden;
}