body {
	text-align: center;
	height: 800px;
	width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	background-color: #000;
	color: #FFF;
	font-family: "Courier New", Courier, monospace;
}

#contain {
	height: 800px;
	width: 600px;
	text-align: center;
	border: thin solid #999;
}#heading {
	height: 40px;
	margin-bottom: 250px;
	background-color: #FF0;
}
#sidebar {
	float: left;
	width: 90px;
	height: auto;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#content {
	float: right;
	height: auto;
	width: 490px;
	text-align: justify;
	padding-right: 7.5px;
	padding-left: 7.5px;
	border-left-width: thin;
	border-left-style: dashed;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
a {
	color: #FF0;
}

h1 {
	color: #000;
}
