@charset "utf-8";
#wrapper {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0;
	text-align: left;
	background-image: url("../images/header-section-background.png");
	background-repeat: repeat-x;
	background-position: top;
}
#header {
	background-image: url("../images/header-section-background.png");
	background-repeat: repeat-x;
	background-position:top;
	color: #FFF;
	height: 130px;
}



