body {
    background-color: #464646;
    background-image: url('/csassets/evansville.vanderburgh.in.govern.com/1504634371_8148.jpg');
  background-size: cover;
    background-repeat: repeat-x;
}

    background: rgba(75,94,28,0.8);
    color: #fff;
    border-bottom: 5px solid rgba(0,0,0,0.3);
    padding: 8px 0;
   margin: 10px 0;


/* set a max-width for horizontal fluid layout and make it centered */
.container-fluid {
   margin-right: auto;
   margin-left: auto;
   max-width: 954px;
   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;
}
#header {
    background: rgba(75,94,28,0.8);
    color: #fff;
    border-bottom: 5px solid rgba(0,0,0,0.3);
    padding: 8px 0;
   margin: 10px 0;
}

/* footer white text */
.fringetext {
	color: white;
}