/* This CSS file simply handles the layout of the page.  There will be no formatting here */

body {
	margin: 0px;
	text-align: center;
}

.inner {
	width: 920px;
	margin: auto;
}

#topnav {
	height: 50px;
}