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

.mediarapidswebsite #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	height: 60px;
	padding-top: 5px;
} 
.mediarapidswebsite #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 */
}
.mediarapidswebsite #footer a {
}