#container {
	width: 800px;
	margin: auto;
}

#header {
	background: url(../images/header_background.jpg);
	height: 40px;
}

#navigation {
	background: url(../images/navigation_background.jpg);
	height: 30px;
}

#content {
	width: 560px;
	margin: auto;
	padding: 20px 120px;
	background: url(../images/content_background.jpg) no-repeat;
	min-height: 500px;
}