.facebook, .myspace, .youtube {
	display: block;
	min-width: 30px;
	width: 30px;
	max-width: 30px;
	min-height: 30px;
	height: 30px;
	max-height: 30px;
}

.facebook {
	background-image: url('../images/facebook.png');
}

.myspace {
	background-image: url('../images/myspace.png');
}

.youtube {
	background-image: url('../images/youtube.png');
}

#social_box {
	position: absolute;
	top: 154px;
	right: 50%;
	margin-right: -500px;
	height: 30px;
	width: 140px;
}

