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
}

h2 {
    font-size: 1em;
}

td > ul, td > h2 {
    margin: 8px 0;
}
