@charset "utf-8";

#landing-header {
	background-image: url(header-bg.jpg);
	width: 100%;
	background-color: #070000;
	height: 168px;
}
#landing-centre {
	margin: 0;
	padding: 0;
	height: 281px;
	float: left;
	width: 100%;
	display: block;
}
#container-mid-bg {
	background-color: #360000;
	width: 100%;
}
#landing-footer {
	background-color: #690000;
	background-image: url(footer-bg.jpg);
	height: 168px;
	width: 100%;
	margin: 0 auto;
}

#bottom-shadow {
	background-image: url(../page-shadow-bottom.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding:0;	
}