html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
div#content {
	margin-left: 500px;
}
li.album   { list-style: square }
li.single  { list-style: square }
li.song    { list-style: disc }
