
section.page_heading {
	background: #1e4687;
	width: 100%;
	height: auto;
	padding-bottom: 7px;
}
	
/* Page Layouts */
div.page_wrapper {
	/*background-image: url(../images/urac-bg.png?v=123);*/
  	background-attachment: fixed;
  	/*background-repeat: no-repeat;*/
  	background-position: top center;
  	min-height: 100%;
  	width: 100%;
  	margin: 0 auto;
  	padding-bottom: 8em;
	background: #f0f0f0;
	padding: 40px 0px 40px 0px;
	overflow: hidden;
}

footer {
	background: #fff;
}