BODY {
    background-color: #8c775d;
    border: 0;
    padding: 0;
    margin: 0;
}

#wrapper {
    display: block;
    background-color: #8c775d;
    width: 960px;
    min-height: 600px;
    text-align: left;
    background-image: url('/images/background-gradient.jpg');
    background-repeat: no-repeat;
    margin: 0 auto;
    color: #eee;
    font-family: verdana, sans-serif;
    padding: 10px;
    font-size: 14px;
    line-height: 19px;
}

#header {
    background-image: url('/images/header.jpg');
    width: 960px;
    height: 147px;
    position: relative;
}

#header a img {
    border: none;
}

#film {
    position: absolute; 
    top: 55px;
    left: 40px;
}

#cast {
    position: absolute; 
    top: 55px;
    left: 95px;
}

#crew {
    position: absolute; 
    top: 55px;
    left: 160px;
}

#behind {
    position: absolute; 
    top: 55px;
    left: 230px;
}

#about {
    position: absolute; 
    top: 55px;
    left: 600px;
}

#teams {
    position: absolute; 
    top: 55px;
    left: 775px;
}

#content {
    margin: 0 30px;
    color: #200c00;
    padding: 0 0 40px 0;
}

#content a {
    color: #f7f400;
    text-decoration: none;
}

#movie {
    text-align: center;
}

#footer {
    width: 960px;
}

DT {
    font-weight: bold;
    clear: both;
    padding: 0 0 0 5px;
    margin: 30px 0 10px 0;
    border-left: 1px solid #200c00;
    border-top: 1px solid #200c00;
}

DD {
    margin: 5px 0 10px 20px;
}

DD IMG {
    float: right;
    padding: 0;
    margin: 0 10px 10px 20px;
}

H1 {
    font-size: 16px;
    padding: 15px 0 5px 0;

}

H2 {
    font-size: 14px;
}

H3 {
    font-size: 13px;
    margin-top: 30px;
    border-bottom: 1px solid #200c00;
}

.byline {
    font-weight: normal;
}
