body, html {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: "Lithos Pro", "Lucida Sans Unicode";
    font-size: 12px;
    background-color: #2b0000;
    height: 100%;
    color: #000;
    line-height: 150%;
    font-style: italic;
    background-image: url('../images/background.jpg');
}

img{
    border: 0px;
}

#container {
    position: relative;
    width: 964px;
    margin-left:-482px;
    left:50%;
    height: auto;
    z-index:1;
    background-image: url('../images/container.jpg');
}

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

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

#navigation #trailer{
    position: relative;
    width: 401px;
    height: 81px;
    float: left;
}

#navigation #access{
    position: relative;
    width: 376px;
    height: 81px;
    float: right;
}

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

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

.moviecontainer .movietitle{
    position: relative;
    width: 590px;
    height: 58px;
    float: left;
    padding-top: 30px;
    padding-left: 100px;
}

.moviecontainer .movieduration{
    position: relative;
    width: 180px;
    float: left;
    height: 58px;
    padding-top: 30px;
    padding-left: 0px;
    text-align: right;
}

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

.moviecontainer .c1{
    position: relative;
    width: 440px;
    height: 580px;
    left: 30px;
    float: left;

}

.moviecontainer .c1 .thumb1{
    position: relative;
    width: 433px;
    height: 580px;
    overflow: hidden;
}

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

.moviecontainer .c2{
    position: relative;
    width: 460px;
    height: 500px;
    left: 44px;
    float: left;
}

.moviecontainer .c2 .thumb1{
    position: relative;
    width: 449px;
    height: 336px;
    overflow: hidden;
    margin-bottom:20px;
}

.moviecontainer .c2 .thumb2{
    position: relative;
    width: 449px;
    height: 336px;
    overflow: hidden;
    left: -1px;
    margin-bottom: 20px;
}

.moviecontainer .c2 .description{
    position: relative;
    width: 450px;
    height: 80px;
    padding: 2px;
}

.moviecontainer .trailer{
    position: relative;
    top: 232px;
    width: 401px;
    height: 78px;
    float:left;
}

.moviecontainer .access{
    position: relative;
    top: 232px;
    width: 376px;
    height: 78px;
    float:right;
}

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

.quickJumper{
    position: relative;
    width: 15px;
    height: 23px;
    border: 1px solid #cf9836;
    background-color: #ffcf7a;
    text-align: center;
    padding: 3px 5px 0px 5px;
    margin-right: 3px;
    float: left;
    text-transform:uppercase;
    font-style:normal;
}

.quickJumperSelected{
    border: 1px solid #cf9836;
    background-color: #ffe7bb;
    position: relative;
    width: 15px;
    height: 23px;
    text-align: center;
    padding: 3px 5px 0px 5px;
    margin-right: 3px;
    float: left;
    text-transform:uppercase;
    font-style:normal;
}


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

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

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

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

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


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