@charset "UTF-8";
/* -- container-freestuff--*/
.oneColFixCtrHdr #container-features {
	width: 756px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1174px;
	background-image: url(../images/wallbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	top: -12px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}