@charset "utf-8";
/* CSS Document */


.outercontainer {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(backgroundlongnew.png);
	background-repeat:repeat-y;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:0 auto;
}
	