@charset "UTF-8";body  {	text-align: center;}.thrColFixHdr #container {	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: url(../images/SecondaryPageBGDkr.jpg) right 130px;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	border: 1px solid #000000;	text-align: left; /* this overrides the text-align: center on the body element. */	height: auto;} .thrColFixHdr #header {	background: #DDDDDD url(../images/HeaderPG2.jpg);	padding: 0 10px 0 20px;} .thrColFixHdr #header h1 {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}