.follow-twitter,
.follow-facebook,
.follow-rss {
	display: block;
	height: 35px;
	font-family: 'Francois One', 'arial narrow', 'arial', sans-serif;
	color: #fff;
	line-height: 37px;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 50px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.follow-twitter {
	background: #00aced url('../images/follow-twitter.png') no-repeat;;
	width: 49%;
	/*margin-right: 1%;*/
	float: left;
	margin-bottom: 10px;
}
.follow-facebook {
	background: #3b559f url('../images/follow-facebook.png') no-repeat;
	width: 49%;
	/*margin-left: 1%;*/
	float: right;
	margin-bottom: 10px;
}
.follow-rss {
	clear: both;
	background: #f89838 url('../images/follow-rss.png') no-repeat;;
}