@charset "UTF-8";

#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	border: 10px solid #fff;
	background: url(../images/index_content_bkg.gif) top left repeat-y #FFFFFF;
} 




	
	
