body {
    background-color: #0d417a;
    background-image: url("http://www.co.gaines.tx.us/t_images/blue.bkg.jpg");
    background-repeat: repeat-x;
}



/* 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;
}

/* footer white text */
footer {
	color:#f5f5f5;
}

.tcenter {
margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
}

/*.twhite {
color: #f5f5f5;
}*/