.footer{
	background-color: #d2cbcb;
	border-top:1px solid #beb5b5;
}
.footer-content{
	padding: 2em 0 2em 0;
}
.footer-content p{
	width: 60%;
	float: left;
	font-size: 1em;
	color: #a29494;
}
.networking{
	float: right;
	width: 33%;
}
.networking p, .networking img{
	display: inline-block;
}
.registry a{
	color: #a29494;
	text-decoration: none;
}
.registry a:hover{
	color: #8a7979;
}
.networking p{
	width: 10em;
	color: #a29494;
}
.networking img{
	margin: 1em 0.2em;
	float: left;
}