body {
    background-color: #14427e;
    background-image: url("/csassets/lawrence.vanburen.mi.govern.com/bg.jpg");
/*    background-repeat: repeat;
    background-position: top center ;
    background-size: 1600px 100%	; */
    color: #000;
}



/* set a max-width for horizontal fluid layout and make it centered */
.container-fluid {
   margin-right: auto;
   margin-left: auto;
   max-width: 990px;
   margin-top: 20px;
 }


/* margin left/right auto and display block to make header img class center */
.header {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	max-width: 100%;
	display: block;
}

#footer {
	color: white;
	margin-bottom: 200px;
}

#wrapper tbody td small {
	color: white;
}
