body {
    background-color: #cdcccd;
    background-image: url('background.png');
    color: #000000;
    font-family: Helvetica, Verdana, sans-serif;
    margin: 2em 4em;
}

div#name {
    font-weight: bold;
    font-size: xx-large;
    text-align: center;
}

div#resume {
    font-weight: bold;
    font-size: x-large;
    text-align: center;
}

div#headblock {
    position: relative;
}

div#picture {
    text-align: center;
}

div#picture img {
    border: 0;
    width: 128px;
    margin: 1ex 0;
}

div#headright {
    position: absolute;
    top: 0;
    right: 0;
}

div#address {
    font-size: small;
    font-style: italic;
}

div#contact {
    font-size: small;
    font-style: italic;
    margin-top: 1ex;
}

div#formats {
    font-size: small;
    font-weight: bold;
    text-align: center;
}

div.section {
    position: relative;
    margin: 2ex 0;
}

span.secttitle {
    font-weight: bold;
    font-size: x-large;
}

div.header {
    margin: 2ex 0;
}

span.where {
    font-weight: bold;
}

span.title {
    font-weight: bold;
}

span.when {
    font-style: italic;
    position: absolute;
    right: 0;
}

dt {
    font-weight: bold;
}
