#content {
	float:left;
	width:644px;
}

	#content .top {
		height:18px;
		overflow:hidden;
		background:url(homepage-contenttop.png) no-repeat;
	}
	
	#content .body {
		background:url(homepage-contentbody.png) repeat-y;
	}
	
	#content .bottom {
		height:12px;
		overflow:hidden;
		background:url(homepage-contentbottom.png) no-repeat;
	}

#enquiryform {
	width:612px;
	margin:0px auto;
}

	#enquiryform .top {
		height:16px;
		overflow:hidden;
		background:url(enquiry-top.png) no-repeat;
	}
	
	#enquiryform .body {
		text-align:center;
		background:#c2cfda;
	}
	
	#enquiryform .bottom {
		height:16px;
		overflow:hidden;
		background:url(enquiry-bottom.png) no-repeat;
	}
