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

#container {
    position: relative;
    width: 1018px;
    margin-left:-508px;
    left:50%;
    height: auto;
    z-index:1;
    background-repeat: repeat-y;
}

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

#navigation{
    position: relative;
    background-image: url('../images/navigation.jpg');
    width: 1018px;
    height:118px;
    z-index:1;
    margin-bottom: 25px;
}


#hdr_trailer{
    position: relative;
    left: 137px;
    float: left;
    height: 118px;
    width:307px;
    margin-right: 119px;
}

#hdr_access{
    position: relative;
    left: 137px;
    float: left;
    height: 118px;
    width: 329px;
}

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

.moviecontainer{
    position: relative;
    background-image: url('../images/moviecontainer.jpg');
    background-repeat: no-repeat;
    width: 1018px;
    height:658px;
    z-index:1;
    padding-top: 110px;
}

.moviecontainer h1{
    position: relative;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    font-weight: lighter;
}

.moviecontainer .movietitle{
    postion: relative;
    width: 650px;
    height: 30px;
    padding: 15px 0px 0px 100px;
    float: left;
    margin-bottom: 12px;
}

.moviecontainer .movieduration{
    postion: relative;
    width: 250px;
    height: 30px;
    padding: 15px 0px 0px 0px;
    float: left;
}

.moviecontainer .thumb1{
    position: relative;
    float: left;
    width: 318px;
    height: 240px;
    top: 0px;
    left: 25px;
    margin-right: 34px;
}

.moviecontainer .thumb2{
    position: relative;
    float: left;
    margin-right: 9px;
}

.moviecontainer .thumb3{
    position: relative;
    float: left;
    margin-right: 9px;
    margin-bottom: 10px;
}

.moviecontainer .thumb150_1{
    position: relative;
    float: left;
    width: 150px;
    height: 200px;
    left: 25px;
    margin-right: 41px;
}

.moviecontainer .thumb150_2{
    position: relative;
    float: left;
    width: 150px;
    height: 200px;

}

.moviecontainer .thumb150_3{
    position: relative;
    float: left;
    width: 150px;
    height: 200px;
    margin-left: 11px;
}

.moviecontainer .thumb150_4{
    position: relative;
    float: left;
    width: 150px;
    height: 200px;
    margin-left: 16px;
    margin-bottom: 9px;
}

.moviecontainer .c1{
    position: relative;
    width: 330px;
    height: 100px;
    float: left;
    left: 23px;
    margin-right: 23px;
}

.moviecontainer .c2{
    position: relative;
    width: 305px;
    height: 90px;
    float: left;
    padding: 5px;
    overflow: hidden;
}

.moviecontainer .c3{
    position: relative;
    width: 330px;
    height: 100px;
    float: left;
    margin-left: 11px;
}

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

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

.quickJumperSelected{
    border: 1px solid #000;
    background-color: #1a1a1a;
    position: relative;
    width: 15px;
    height: 20px;
    text-align: center;
    padding: 5px 5px 0px 5px;
    margin-right: 3px;
    float: left;
    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: #000;
    text-decoration:none;
}

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

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


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