body {
 
   background:  url(/csassets/romulus.wayne.mi.govern.com/Field_2.jpg) no-repeat center top #fff; 
}

#header {
	background: url("/csassets/romulus.wayne.mi.govern.com/header-bg.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
	height: auto;
        width: 100%;
	position: relative;
	z-index: 9999;
	display: block;
margin-bottom: 10px;
}


/* set a max-width for horizontal fluid layout and make it centered */
.container-fluid {
   margin-right: auto;
   margin-left: auto;
   max-width: 970px;  /* +30 to header image width */
   margin-top: 20px;
 }


/* margin left/right auto and display block to make header img class center */
.header {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	max-width: 100%;
	display: block;
}

