.social {
	display: inline-block;
	line-height: 32px;
	height: 32px;
	padding: 0px 10px 0px 40px;
	background-position: top left;
	background-repeat: no-repeat;
}

.facebook {
	background-image: url(../img/facebook.png);
}

.twitter {
	background-image: url(../img/twitter.png);
	padding-left: 36px;
}