body{
    background-color: #FFFFFF;
    margin:  0px;
    padding: 0px;
}

#contentWrapper{
    width:               543px;
    margin:              auto;
    height:              100%;
    /*
    background-image:    url(../gfx/background.jpg);
    background-repeat:   no-repeat;
    */
    height:              524px;
    background-position: center;
}

#movieHolder{
    width:    543px;
    height:   524px;
    position: relative;
    left:     0px;
    top:      0px;
}
