
body, h1, h2, p {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

a {
    text-decoration:none;
    color: #666;
    border-bottom: 1px dotted #666;
}

.text-box {
    display: inline-block;
    width: auto;
    margin: 0 0 4px 0;
    padding: 8px 16px;
    vertical-align: bottom;
    background-color: #fcfcfc;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#bg-image, #bg-pattern {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#bg-image {
    background-position: center center;
    background-size: cover;
    z-index: -10;
}

#bg-pattern {
    background-image: url(pattern.png);
    z-index: -5;
}

#main {
    margin: 36px 4px;
}

#header, #footer {
    margin: 36px 4px 0 4px;
}

#footer p {
    font-size: 10pt;
}

#footer p.light {
    color: #999;
}

#photo-frame, #photo-sub {
    text-align: center;
}

#photo-sub {
    margin-top: 4px;
}

#photo {
    max-width: 100%;
    height: auto;
    padding: 12px;
    background-color: #fcfcfc;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
