body {
	background-color: #000000;
	background-image: url(image.asp?type=background);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	position: relative;
}

#trolleymusic, #lyrics {
	width: 200px;
	height: 400px;
	padding: 20px;
	margin: 100px auto 0 auto;
	background: #000;
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	position: relative;
}

#trolleymusic #site {
	position: absolute;
	bottom: -25px;
	right: 0px;
	text-align: right;
	color: #000;
}

ul.download {
	list-style: none outside;
	margin: 0;
	padding: 0;
}

.download a {
	text-decoration: none;
	color: #fff;
}

.download a:hover {
	color: #ff00ff;
}

#lyrics {
	background: #fff;
	color: #000;
	margin: 0 auto;
	height: auto;
	min-height: 400px;
}

#lyrics:hover {
	color: #ff00ff;
}