
/* begin Header */
div.Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 880px;
	height: 200px;
}


div.Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 880px;
	height: 200px;
	background-image: url('images/header4.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */
