html, body { 
	margin: 0px;
	padding: 0px;
	background-image: url('../images/bkg.jpg');
}

div.mainContainer {
	background-image: url('../images/bkgContent.jpg');
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 980px;
	min-height: 550px;
	clear: both;
	overflow: auto;
}

div.contentHeader {
	margin: 0px;
	padding: 0px;
	width: 980px;
	height: 281px;
	clear: both;
}

div.contentCopy {
	background-image: url('../images/bkgCopy.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 980px;
	clear: both;
	overflow: auto;
}

div.copyLeft {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	width: 550px;
	min-height: 150px;
	float: left;
}

div.copyRight {
	margin: 0px 70px 0px 0px;
	padding: 0px;
	width: 300px;
	min-height: 150px;
	float: right;
}

div.mainFooter {
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 980px;
	height: 160px;
	clear: both;
}