body {
    background-color: #d3d3d3;
}
div#header, div.text, div.gallery, div#footer {
    display: block;
    float: left;
    width: 100%;
}
div#header, div#footer {
    background-color: gray;
    text-align: center;
}
div.thumbnail {
    float: left;
    margin: 2px;
    border: 1px solid #000000;
    padding: 2px;
    height: auto;
    width: auto;
    background-color: #ffffff;
    text-align: center;
}
div.thumbnail img {
    height: 100px;
    width: 100px;
}
div.thumbnail div.caption {
    font-weight: bold;
}
div.thumbnail div.imageinfo {
    font-family: courier, fixed, monospace;
    font-size: small;
}
.credit:hover {
    color: green;
}
a.dead {
    color: #ff0000;
    text-decoration: line-through;
}