@charset "utf-8";
/* CSS Document */


#footer {
	background-color: #1b1b1b;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer p {
	color: white;
}

#footer a {
	color: #888;
}


#footer h4 {
	color: white;
}

