body {
    background-color: #fff;
}

#announcement {
    background-color: #fff;
    border: 4px solid #ccc;
    min-width: 20em;
    padding: 2em;
    position: absolute;
    right: 160px;
    text-align: right;
    top: 160px;
}

#announcement h2 {
    color: #333;
    font-size: 4em;
    margin: 0;
    text-transform: lowercase;
}

#announcement h3 {
    color: #999;
    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    font-size: 1.1em;
    font-weight: lighter;
    letter-spacing: 0.4em;
    position: relative;
    right: -0.4em;
    margin: 0;
    text-transform: uppercase;
}

#announcement p {
    color: #333;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    line-height: 1.5;
    margin: 1em 0;
    text-transform: lowercase;
    width: 20em;
}