﻿#container {
	width: 810px;
	margin: 0px auto 0px auto;
}
#top {
	width: 810px;
	height: 140px;
}
#navbar {
	height: 26px;
	text-align: center;
}
#story {
	width: 810px;
	height: auto;
	padding-top: 2px;
}
#footer {
	width: 810px;
	height: 10px;
}
.clear {
	clear: both;
}
