body, html {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: "Verdana";
    font-size: 14px;
    background-color: #2b0000;
    height: 100%;
    color: #ccc;
    line-height: 150%;
    background-image: url('../images/background.jpg');
}

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

#left {
    position: absolute;
    width: 28px;
    margin-left:-507px;
    left:50%;
    height: 100%;
    z-index:1;
    background-image: url('../images/left.png');
}

#right {
    position: absolute;
    width: 27px;
    margin-left:480px;
    left:50%;
    height: 100%;
    z-index:1;
    background-image: url('../images/right.png');
}

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

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

#navigation #trailer{
    position: relative;
    float: left;
    width: 322px;
    height: 83px;
}

#navigation #pictureset{
    position: relative;
    float: left;
    width: 316px;
    height: 83px;
}

#navigation #access{
    position: relative;
    float: left;
    width: 323px;
    height: 83px;
}

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

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

.moviecontainer .movietitle{
    position: relative;
    width: 660px;
    height: 65px;
    float: left;
    padding-top: 30px;
    padding-left: 35px;
}

.moviecontainer .movieduration{
    position: relative;
    width: 240px;
    float: left;
    height: 60px;
    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: 350px;
    height: 570px;
    float: left;
    margin-right: 16px;
}

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

.moviecontainer .c1 .thumb2{
    position: relative;
    width: 310px;
    height: 230px;
    left: 38px;
    overflow: hidden;
    margin-bottom: 31px;
}

.moviecontainer .c1 .trailer{
    position: relative;
    width: 207px;
    height: 44px;
    left: 60px;
}

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

.moviecontainer .c2 .description{
    position: relative;
    width: 199px;
    height: 215px;
    overflow:hidden;
    left: 15px;
    top: 258px;
}

.moviecontainer .c3{
    position: relative;
    width: 320px;
    height: 526px;
    float: left;
}

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

.moviecontainer .c3 .thumb2{
    position: relative;
    width: 310px;
    height: 230px;
    overflow: hidden;
    left: 1px;
    margin-bottom: 31px;
}

.moviecontainer .c3 .access{
    position: relative;
    width: 230px;
    height: 44px;
    left: 70px;
}

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

#footer h1{
    color: #333;
}


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

.quickJumperSelected{
    border: 1px solid #000;
    background-color: #4c4c4c;
    position: relative;
    width: 15px;
    height: 23px;
    text-align: center;
    padding: 3px 5px 0px 5px;
    margin-right: 3px;
    float: left;
    text-transform:uppercase;
    font-size: 11px;
}


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: #333;
    text-decoration:none;
}

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

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


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