@charset "UTF-8";
/* CSS Document */

#social {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

#respage {
	float: right;
	width: 100px;
}

#respage span {
	display: none;
}

#respage a {
	display: block;
	width: 100px;
	height: 35px;
	background-image: url(Images/social/respage.jpg);
	background-repeat: no-repeat;
}

#facebook {
	float: right;
	width: 35px;
	padding-right: 3px;
}

#facebook span {
	display: none;
}

#facebook a {
	display: block;
	width: 35px;
	height: 35px;
	background-image: url(Images/social/facebook.jpg);
	background-repeat: no-repeat;
}

#twitter {
	float: right;
	width: 35px;
	padding-right: 5px;
}

#twitter span {
	display: none;
}

#twitter a {
	display: block;
	width: 35px;
	height: 35px;
	background-image: url(Images/social/twitter.jpg);
	background-repeat: no-repeat;
}