body {
    background-color: #002222;
}

/* 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: 0px;
 }

#footer {
}

/* margin left/right auto and display block to make header img class center */
.header {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	max-width: 100%;
	display: block;
}

#wrapper {
    background-color: #ffffff;
    padding: 15px;
/*   max-width: 900px;  */
    margin-left: auto;
    margin-right: auto;
}

#footer {
        padding-top: 5px;
        background: #000 url('/csassets/corona.lincoln.nm.govern.com/footer.gif') no-repeat bottom center;
        /*width: 845px;*/
        width: 931px;
        text-align: center;
     color: white;
      height: 36px;
     margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	display: block;
        }
