@charset "utf-8";

.edge {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #353535; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #353535;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

