#maintenance {
	position: relative;
	top: 20px;
	margin: auto;
	width: 650px;
	height: 100%;
	margin-bottom: 55px;
}
.maint_record_date {
	position: absolute;
	width: 300px;
	background-color: #171819;
	top: 0px;
	left: 0px;
	padding: 3px;
	text-align: right;
	padding-right: 7px;
}
.maint_record_text {
	position: absolute;
	width: 325px;
	background-color: #171819;
	top: 0px;
	left: 320px;
	padding: 3px;
	padding-left: 7px;
	color: #99cc00;
}
.maint_record {
	position: relative;
	width: 650px;
	color: #ffffff;
}

#stats_div {
	position: relative;
	width: 700px;
	margin: auto;
	top: 5px;
	height: 660px;
}



