body {
    background: url('bg.jpg') repeat-x;
    font-family: "Trebuchet MS", sans-serif;
    color: #000;
    text-align: center;
    margin: 0; padding: 0;  
}

#doc {
    background: url('cbg.jpg') no-repeat;
    width: 900px;
    text-align: left;
    margin: 0 auto;
}

#doc-inner {
    background: url('illustration.png') no-repeat 380px 30px;
    height: 500px;
}

a {
    color: #0d4790;
    text-decoration: none;
    background: #fff59e;
    padding: 2px;
}

a:hover {
    color: #0055c0;
    border-bottom: 1px solid #0055c0;
}

h1 {
    margin: 0;
    background: url('logo.png') no-repeat 0 30px;
    width: 271px;
    height: 114px;
    overflow: hidden;
    text-indent: -1000px;
}

h2 {
    margin: 50px 0 0 0;
    font-size: 32px;
    letter-spacing: -2px;
}

p {
    letter-spacing: -1px;
    font-size: 24px;
    color: #444;
    line-height: 1.3;
}

a em {
    color: #000;
}