﻿h1 span {
	background: url("../img/h1-gradient.png") repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
	margin-top: 5px
}

h2 span {
	background: url("../img/h2-gradient.png") repeat-x;
	position: absolute;
	display: block;
	width: 600px;
	height: 28px;
}

h4 span {
	background: url("../img/h1-gradient.png") repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 28px;
	margin-top: 2px
}

