* {
    padding: 0;
    margin: 0;
}

body {
    text-align: center;
    background-color: #FDEDDC;
}

#header {
    margin: 0 auto 10px auto;
    padding: 0px;
    background-image: url(top_shadow.png);
    background-repeat: repeat-x;
    background-position: left top;
    text-indent: -9999px;
    display: block;
    height: 80px;
}

h1 {
    width: 770px;
    height: 67px;
    background-image: url(title_logo.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
    background-position: center;
}

#wrapper {
    width: 640px;
    text-align: left;
    margin: 30px auto;
    padding: 0;
}