body {
	text-align: center;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: url(../../../images/content-bg.jpg) repeat-y;
}

#header {
	width: 950px;
	height: 280px;
	background: url(../../../images/header.jpg) no-repeat;
}

#content {
	width: 840px;
	padding: 0 55px;
	background: url(../../../images/content-top.jpg) no-repeat top right;
}

#footer {
	clear: both;
	width: 950px;
	height: 43px;
	background: url(../../../images/footer.jpg) no-repeat;
}