body, html {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: "Trebuchet MS";
    font-size: 14px;
    background-color: #d3bc1f;
    height: 100%;
    color: #fff;
    line-height: 150%;
    background-image: url('../images/background.jpg');
    background-repeat: repeat-x;
}

#container {
    position: relative;
    width: 1043px;
    margin-left:-520px;
    left:50%;
    height: auto;
    z-index:1;
    background-image: url('../images/container.jpg');
    background-repeat: repeat-y;
    overflow: hidden;
}

#header{
    position: relative;
    background-image: url('../images/header.jpg');
    width: 1043px;
    height:567px;
    z-index:1;
}

#navigation{
    position: relative;
    background-image: url('../images/navigation.jpg');
    width: 990px;
    height:125px;
    z-index:1;
    overflow: hidden;
}

#navigation #trailer{
    position: relative;
    width: 355px;
    height: 84px;
    float: left;
}

#navigation #access{
    position: relative;
    width: 354px;
    height: 84px;
    float: right;
    padding-right: 3px;
}

.clear{
    clear: both;
    padding:0px;
    margin:0px;
}

.moviecontainer{
    position: relative;
    background-image: url('../images/moviecontainer.jpg');
    width: 1043px;
    height:729px;
    z-index:1;
    padding: 10px 0px 0px 31px;
}

.moviecontainer .movietitle{
    position: relative;
    width: 710px;
    height: 65px;
    margin-top: 30px;
    padding-left: 55px;
    float: left;
}

.moviecontainer .movieduration{
    position: relative;
    width: 200px;
    height: 63px;
    margin-top: 30px;
    float: left;
    margin-right: 30px;

}

.moviecontainer .c1{
    position: relative;
    width: 330px;
    height: 556px;
    float: Left;
    left: 45px;
}

.moviecontainer .c1 .thumb1{
    position: relative;
    width: 317px;
    height: 237px;
    overflow: hidden;
    margin-bottom: 22px;
    left: 3px;
}

.moviecontainer .c1 .thumb2{
    position: relative;
    width: 317px;
    height: 237px;
    left: 3px;
    overflow: hidden;
}

.moviecontainer .c1 .trailer{
    position: relative;
    width: 322px;
    height: 71px;
    left: 1px;
    top: 19px;
}


.moviecontainer .c2{
    position: relative;
    width: 330px;
    height: 556px;
    float: Left;
    left: 53px;
}

.moviecontainer .c2 .thumb1{
    position: relative;
    width: 317px;
    height: 237px;
    overflow: hidden;
    margin-bottom: 22px;
    left: 3px;
}

.moviecontainer .c2 .thumb2{
    position: relative;
    width: 317px;
    height: 237px;
    left: 3px;
    overflow: hidden;
}

.moviecontainer .c2 .access{
    position: relative;
    width: 322px;
    height: 71px;
    left: 0px;
    top: 19px;
}

.moviecontainer .description{
    position: relative;
    width: 200px;
    height: 200px;
    float: left;
    left: 67px;
    top: 2px;
}


.quickJumperContainer{
    font-size: 11px;
    position: relative;
    width: auto;
    height: auto;
    margin:0;
    padding:0;
}


#footer{
    position: relative;
    width: 987px;
    height: auto;
    text-align: center;
}

.quickJumper{
    position: relative;
    width: 15px;
    height: 20px;
    border: 1px solid #917f00;
    background-color: #b4a014;
    text-align: center;
    padding: 2px 5px 0px 5px;
    margin-right: 3px;
    float: left;
    text-transform:uppercase;
}

.quickJumperSelected{
    border: 1px solid #917f00;
    background-color: #b4a014;
    position: relative;
    width: 15px;
    height: 20px;
    text-align: center;
    padding: 2px 5px 0px 5px;
    margin-right: 3px;
    float: left;
    text-transform:uppercase;
}

h1{
    position: relative;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    font-weight: lighter;
    text-transform: uppercase;
}



a.quickJumper:link {color: #ccc; text-decoration: none; }
a.quickJumper:hover {color: #ccc; text-decoration: underline; }
a.quickJumper:visited {color: #ccc; text-decoration: none; }
a.quickJumper:active {color: #ccc; }

a.quickJumperSelected:link {color: #ccc; text-decoration: none; }
a.quickJumperSelected:hover {color: #ccc; text-decoration: underline; }
a.quickJumperSelected:visited {color: #ccc; text-decoration: none; }
a.quickJumperSelected:active {color: #ccc; }

a:link {
    color: #817100;
    text-decoration:none;
}

a:hover {
    color: #fff;
    text-decoration:none;
}

a:visited {
    color: #817100;
    text-decoration:none;
}

a:active {
    color: #817100;
    text-decoration:none;
}
