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

div.art-Header-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 898px;
	height: 225px;
	background-image: url('images/headers/Header0.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div.art-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 898px;
	height: 225px;
	background-image: url('images/headers/Header0.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */


