/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #580F00;
}

/* MAIN WRAPPER */
/* aligns the page to the middle */
.layWrapper {
	margin: 0 auto;
	width: 910px;
}