footer {
	position: fixed; 
	bottom: 0; 
	width: 100%; 
	height: 3em; 
	background-color: #343c48;
	bottom: 0;
}

	footer p {
		text-align: center;
		padding: .75em;
		float: left;
	}

	footer p, footer a, footer a:hover, footer a:focus, footer a.active {
		color: #f9efe3;
	}
	
	footer p:nth-of-type(2) {
		float: right;
	}
