html{
	margin: 0px;
	padding: 0px;
}
body{
	background: #000000;
}
p{
	text-align: center;
	
}
#contenido{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:  -118px;
	margin-left: -295px;

}

ul {  
	list-style:none;
	margin:0;
	padding:0;
}
ul li {
	margin:2px;
	padding:2px;
	padding-left: 36px;
	text-align: center;
	float:left;
}



#facebook {
	background: url(images/fb.png) no-repeat;
	height: 22px;
	width: 86px;
}
#facebook:hover {
	background: url(images/fb_c.png) no-repeat;
	height: 22px;
	width: 86px;
}

#twitter {
	background: url(images/tw.png) no-repeat;
	height: 22px;
	width: 100px;
}
#twitter:hover {
	background: url(images/tw_c.png) no-repeat;
	height: 22px;
	width: 100px;
}

#soundcloud {
	background: url(images/sc2.png) no-repeat;
	height: 22px;
	width: 43px;
}
#soundcloud:hover {
	background: url(images/sc_c.png) no-repeat;
	height: 22px;
	width: 43px;
}
#youtube {
	background: url(images/yt.png) no-repeat;
	height: 22px;
	width: 60px;
}
#youtube:hover {
	background: url(images/yt_c.png) no-repeat;
	height: 22px;
	width: 60px;
}