<style type="text/css">
body {
	padding: 0;
	margin: 0;
	background: #070707 url('/home/images/background.jpg') no-repeat top center;
	font-family: "Segoe UI", Helvetica, Arial, Sans-Serif;
}

#feature {
	width: 756px;
	height: 256px;
	margin: 135px auto;
	background: #fff url('/home/images/featurebackground.jpg') no-repeat top center;
	padding: 0;
	margin-bottom: 10px;
}

#content-wrapper {
	width: 757px;
	background: #fff url('/home/images/contentbg.gif') repeat-y;
	margin: 0px auto;
	padding: 0px;
}

#content {
	width: 757px;
	background: transparent url('/home/images/contentback.jpg') no-repeat top center;
}

#content-inner {
	text-align: center;
	padding: 20px;
}
</style>