body, html{
	background-color: #333;
	padding: 0;
	margin: 0;
	height: 50px;
	text-align: center;
}
#foot-icons{
	float: left;
	max-width: 250px;
	height: 60px;
}
#foot-icons li{
	float: left;
	display: inline;
	max-height: 50px;
	margin-left: .1em
}
#foot-icons a{
	display: block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
}
a#twitter{
	background-image: url('../images/svg/twitter.svg');
}
a#facebook{
	background-image: url('../images/svg/facebook.svg');
	
}
a#youtube{
	background-image: url('../images/svg/youtube.svg');
}
a#instagram{
	background-image: url('../images/svg/instagram.svg');
}
a#contact{
	background-image: url('../images/svg/contact.svg');
}