#social {
	width: 180px;
	height: 64px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#social li {
	width: 50px;
	height: 64px;
	float: left;
	margin-right: 5px;
}

#social a {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	text-indent: -1000em;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	top: 30px;
}



#facebook {
	background-image: url(../immagini/icone/facebook.png);
}

#twitter {
	background-image: url(../immagini/icone/twitter.png);
}
#google {
	background-image: url(../immagini/icone/google.png);
}

#youtube {
	background-image: url(../immagini/icone/youtube.png);
}
#linkedin {
	background-image: url(linkedin.png);
}