@charset "utf-8";
/* CSS Document */


#footer {
	background-color: #221F20;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer p {
	color: white;
	font-size: 16px;
}

#footer a {
	color: #bbb;
	font-size: 14px;
}

#footer h6 {
	color: white;
	font-size: 16px;
}





