I wanted to do some album level editing in CSS so I added the following to the div in /themes/[your theme]/index.php and /themes/[your theme]/album.php
find div class="album"
and find the following:
id="<?php echo seoFriendly(getAlbumTitle()); ?>"
and you should end up with something like this:
div class="album" id="your-sanitized-album-title"