body {
    background-color: #FFFFFF;
    background-image: url('/csassets/oakhill.hartford.ct.govern.com/leaves.gif');
    background-repeat: repeat-x repeat-y;
}



/* 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: 1px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: auto;
	height: auto;
	max-width: 100%;
	display: block;
}