#content_container {
	background-color: #000000;
	height: 2000px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#text_div {
	height: 250px;
	width: 800px;
	padding-top: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header_image {
	background-image: url(../images/header_image.jpg);
	height: 250px;
	width: 900px;
}
#navigation {
	height: 100px;
	width: 900px;
	top: 152px;
	position: absolute;
	left: 178px;
	right: auto;
}
