body {
    color: black;
    background-color: #df9200;
    font-family: Verdana, Arial, sans-serif;
    /*border: solid 1px black;*/
    font-size: 90%;
}

img {
    border-style: none;
}

#logo {
    position: absolute;
    top: 10%;
    right: 56%;
}

#message {
    text-align: right;
    font-style: italic;
    position: absolute;
    bottom: 10%;
    left: 46%;
    white-space: nowrap;
}

#signature {
    font-size: 70%;
    font-style: normal;
}

/*
.surname {
    font-variant: small-caps;
}
*/
