#headerimg {
	position: absolute;
	background: no-repeat url(../../images/headers/4.png);
	height: 120px;
	display: block;
	width: 760px;
	margin-top: -120px;
	z-index: 0;
}

#headerimg:hover {
	position: absolute;
	background: no-repeat url(../../images/headers/4hover.png);
	height: 120px;
	display: block;
	width: 760px;
	margin-top: -120px;
	z-index: 0;
}

