/* CSS Document */
body, td, div {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(artwork/moreton_bgfade.gif);
	background-repeat: repeat-y;
}
div.mainpage {
	text-align: center;
}
div.page {
	position: relative;
	width: 1003px;
	margin-left: auto;
	margin-right: auto;
}
div.content {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 100%;
}
	div.stables {
		background-image: url(artwork/moreton_stables_bg.png);
		background-repeat: no-repeat;
		background-position: middle center;
		width: 658px;
		height: 267px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 21px;
	}
		div.stables table {
			text-align: center;
		}
	div.estate {
		background-image: url(artwork/moreton_estate_bg.png);
		background-repeat: no-repeat;
		background-position: middle center;
		width: 662px;
		height: 272px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 25px;
	}
		div.estate table {
			text-align: center;
		}
div.logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	border-bottom: 3px solid #104b06;
}
