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

body  {

	margin:2.5em auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #141011;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	width: 90%;
}

#containder{
text-align:left;
margin:0;
padding:0;

}

#musiclist{
font-family:Helvetica;
font-weight:bold;
font-size:14px;
text-align:left;
list-style:none;
}
#musiclist li{
margin:0;
padding-bottom:5em;
text-align:left;
}



img{
border:none;
}

a:link {text-decoration: none}
a:visited {text-decoration: none;
color:#FFFFFF;
}
a:active {text-decoration: none}
a:hover {text-decoration: none}