/* Backgrounds */

#A000PxDiv {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	text-align:left;
	height:56px;
	position:relative;
	}

#logoPositioner {
	background-image:url(images_header_test/headerLogo.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:56px;
	width:534px;
	left:-139px;
	position:absolute;
	}

#singleDivPositioner {
	background-image:url(images_header_test/headerLogo.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:1280px;
	height:56px;
	margin-left:0 auto;
	margin-right:0 auto;
	}
		