html, body { 
	margin: 0px;
	padding: 0px;
	background: #FBD7DB;
}

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

div.contentHeader {
	margin: 0px;
	padding: 0px;
	width: 970px;
	height: 283px;
	clear: both;
}

div.contentLeft {
	margin: 0px 0px 0px 95px;
	padding: 0px;
	width: 252px;
	min-height: 150px;
	float: left;
	display: inline;
}

div.contentRight {
	margin: 0px 0px 0px 60px;
	padding: 0px;
	width: 468px;
	min-height: 150px;
	float: left;
	display: inline;
}

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: 970px;
	height: 87px;
	clear: both;
}