body {
    margin: 0;
    padding: 0;
    background-color: #eee;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #eee;
    text-align: center;
}

#wrapper {
    position: relative;
    margin: 30px auto; 
    padding: 0;
    text-align: left;
    width: 930px;
    height: 511px;
    background: #eee url(/images/background.gif) top left no-repeat;
}

#content {
    position: absolute;
    top: 165px;
    left: 505px;
    width: 385px; 
}

#content h1 {
    margin: 0;
    font-size: 36px; 
    font-weight: normal;
} 

#content h1 small {
    font-size: 18px;
}

#content h2 {
    margin: 30px 0;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: normal;
}
