@charset "UTF-8";
/* CSS Document */

#mainContent_index  {
	background-color: #000000;
	z-index: 2;
}

#footer {
background-color: #000000;
}

#footer p {

color: #ebcd99;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:  #ebcd99
}
