@import url("common.css");

body {
	background: url("../images/musicBg.jpg") black no-repeat top left;
}

#music {
	position: absolute;
	width: 212px;
	height: 355px;
	top: 60px;
	left: 449px;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	color: white;
}

#music ul {
	list-style-type: none;
}