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

#container {
    position: relative;
    width: 966px;
    margin-left:-483px;
    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: 966px;
    height:530px;
    z-index:1;
}

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

#navigation #trailer{
    position: relative;
    width: 449px;
    height: 122px;
    float: left;
    left:36px;
}

#navigation #access{
    position: relative;
    width: 480px;
    height: 122px;
    float: left;
    left:37px;
}

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

.moviecontainer{
    position: relative;
    background-image: url('../images/moviecontainer.jpg');
    width: 966px;
    height:767px;
    z-index:1;
}

.moviecontainer .movietitle{
    position: relative;
    width: 530px;
    height: 35px;
    margin-top: 22px;
    padding-left: 125px;
    float: left;
    margin-bottom: 17px;
    padding-top: 20px;
}

.moviecontainer .movieduration{
    position: relative;
    width: 200px;
    height: 35px;
    margin-top: 22px;
    padding-top: 20px;
    float: right;
    margin-right: 30px;
}

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

.moviecontainer .c1 .thumb1{
    position: relative;
    width: 309px;
    height: 230px;
    overflow: hidden;
    margin-bottom: 24px;
}

.moviecontainer .c1 .thumb2{
    position: relative;
    width: 309px;
    height: 230px;
    overflow: hidden;
}


.moviecontainer .c1 .trailer{
    position: relative;
    width: 321px;
    height: 66px;
    left: -1px;
    top: 15px;
}

.moviecontainer .c1 .access{
    position: relative;
    width: 321px;
    height: 66px;
    left: -1px;
    top: 15px;
}

.moviecontainer .description{
    position: relative;
    width: 170px;
    height: 222px;
    float: left;
    left:70px;
    top: 8px;
    margin-right: 27px;
}

.moviecontainer .c2{
    position: relative;
    width: 330px;
    height: 526px;
    float: Left;
    top:5px;
    left: 72px;
}

.moviecontainer .c2 .thumb1{
    position: relative;
    width: 309px;
    height: 230px;
    overflow: hidden;
    margin-bottom: 24px;
}

.moviecontainer .c2 .thumb2{
    position: relative;
    width: 309px;
    height: 230px;
    overflow: hidden;
}

.moviecontainer .c3 .access{
    position: relative;
    width: 277px;
    height: 57px;
    left: 20px;
    top: 10px;
    overflow: hidden;
}


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


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

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

.quickJumperSelected{
    border: 1px solid #507ca6;
    background-color: #47739e;
    position: relative;
    width: 15px;
    height: 20px;
    text-align: center;
    padding: 5px 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: #000;
    text-decoration:none;
}

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

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

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