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

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

