@charset "UTF-8";
body {
	font-family: "Courier New", Courier, monospace;
	background-color: #000000;
	color: #CCCCCC;
	text-align: center;
}
#top {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#bottom {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
