#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	background-repeat: no-repeat;
}
#story {
	padding: 10px;
	float: right;
	width: 300px;
	background-image: url(images/black%20to%20blue%20gradient.png);
	background-repeat: repeat-x;
}
