body {
	background-color: black;
	color: #3d3d3d;
}


a{
	color: #91bdc4;
	text-decoration: underline;
}

a:hover{
	color: #c493a1;
	text-decoration: none;
}

#main{
	text-align: center;
	margin: auto;
}

#logo{
	margin-top: 2em;
}

#soundcloud{
	width: 500px;
	text-align: center;
	margin: 2em auto auto auto;
}

#contact{
	margin: 2em auto 5em auto;
	width: 500px;
}


.facebook-link{
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('facebook.png') left;
}

.facebook-link:hover {
	background-position: -25px 0;
}

.twitter-link{
	display: inline-block;
	width: 31px;
	height: 25px;
	background: url('twitter.png') left;
}

.twitter-link:hover {
	background-position: -31px 0;
}

.soundcloud-link{
	display: inline-block;
	width: 57px;
	height: 25px;
	background: url('soundcloud.png') left;
}

.soundcloud-link:hover {
	background-position: -57px 0;
}

.email-link{
	display: inline-block;
	width: 38px;
	height: 25px;
	background: url('email.png') left;
}

.email-link:hover {
	background-position: -38px 0;
}

.fb-like-box{
	margin-left: 30px;
}