#container {
    background-image: url(images/background.jpg);
    background-repeat: repeat-y;
    background-color: #FFFFFF;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: none;
    margin-bottom: none;
}

#content {
    margin-left: 25px;
    margin-right: 25px;
    padding: 10px;
    padding-top: 0px;
    margin-top: 0px;
}

img {
    border: none;
}

html, body {
    margin : 0;
    padding : 0;
    font-family: verdana;
}

p.thumbnail {
    background-color: black;
    font-variant: small-caps;
    color: white;
    text-align: center;
    width: 300px;
    border: 1px solid black;
    font-weight: 700;
    font-size: 12px;
    padding: 2px;
}

span.thumbexplanation {
    font-variant: normal;
    color: #CCCCCC;
    font-style: italic;
    font-weight: normal;
}

a.thumb:link {
    text-decoration: none;
    color: white;
}

a.thumb:visited {
    text-decoration: none;
    color: white;
}

a.thumb:hover {
    text-decoration: none;
    color: gray;
}

