#footer {
	width: 720px;
	background: #111;
	margin: 0 auto;
	text-align: left;		
	color: #aaa;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	font-size: 18px;
}
#footer .copyright { 
	overflow: hidden;
}

#footer p { 
	padding-bottom: 10px;
}

#footer p:first-child { 
	overflow: hidden;
}
#footer p:last-child { 
	padding-top: 10px;
}

#footer a { 
	padding-bottom: 20px;
	display: inline-block;
}

#footer span { 
	display: block;
	padding-bottom: 10px;
}

#footer span:nth-child(3) { 
	padding-bottom: 20px;
}