body {
	background-image: url(bgs.png);
	background-repeat: repeat;
}
.bgimagediv {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:left top no-repeat url("bgshapes.png");
	z-index:1;
}
.headerDiv {
	width:1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index:1100;
	position:relative;
}
