@charset "utf-8";

#footer1 {
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 0px;
	padding-top: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/footer1z.png);
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
#footer1 p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
