html,body { margin: 0; padding: 0 }
body {
    height: 100%;
    margin: 0;
    background: #888;
    color: white;
    font: 12px Verdana, Helvetica, sans-serif;
    text-align: center;
    min-width: 950px;
}

p { margin: 10px 2px; }
a, a:hover, a:visited { text-decoration: none }

.header {
    position: fixed;
    height: 20px;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #333;
    padding: 8px;
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
    margin: 0px;
    z-index: 10;
}
* html .header { position: absolute; } 
.header a, a:visited { color: white }
.header a:hover { color: #bbc; }

.home {
    float: right;
    margin-right: 20px;
}

.footer {
    font: 10px Verdana, Helvetica, sans-serif;
    position: fixed;
    height: 20px;
    bottom: -2px;
    left: 0px;
    width: 100%;
    background: #333;
    text-align: center;
    padding: 8px 0 0 0;
    margin: 0px;
    z-index: 10;
}
* html .footer { position: absolute; } 

.main {
    padding: 48px 8px;
    margin: 0 auto;
    width: 908px;
    background-color: #222;
    text-align: left;
    border: 1px solid #ccc;
    overflow: hidden;
}

.desc {
    background-color: #555;
    margin: 24px 8px;
    padding: 0;
    border: 1px solid #ccc;
}

.desc_contents {
    padding: 8px;
    margin: 0;
}
.desc_contents a { font-weight: bold; color: #abc }

.album_title {
    background: #454545;
    padding: 8px 16px;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
}

.album {
    float: left;
    padding: 8px;
    margin: 4px;
    width: 202px;
    height: 202px;
    background: #aaa;
    text-align: center;
    display: table-cell;
}

div.album img { border: 0px }

#nextAlbum {
    color: #def;
    display: inline-block;
}

