.top {
	background-color: #000000;
	position: relative;
	height: 50px;
	width: 900px;
	background-position: center center;
	text-align: center;
	border: thin solid #00FF00;
	font-family: Courier;
	line-height: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 8px;
}
.content {
	background-color: #000000;
	height: auto;
	width: 900px;
	background-repeat: repeat-x;
	border: thin solid #00FF00;
}
.navbar {
	background-color: #000000;
	width: 900px;
	height: 55px;
}

