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

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

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

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

#navigation #trailer{
    position: relative;
    float: left;
    width: 249px;
    height: 99px;
}

#navigation #access{
    position: relative;
    float: right;
    width: 266px;
    height: 99px;
}

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

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

.moviecontainer .movietitle{
    position: relative;
    width: 550px;
    height: 54px;
    float: left;
    padding-top: 32px;
    padding-left: 135px;
}

.moviecontainer .movieduration{
    position: relative;
    width: 210px;
    float: left;
    height: 54px;
    padding-top: 32px;
    text-align: right;
}

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

.moviecontainer .c1{
    position: relative;
    width: 373px;
    height: 426px;
    float: left;
}

.moviecontainer .c1 .thumb1{
    position: relative;
    width: 308px;
    height: 226px;
    padding-left: 45px;
    overflow: hidden;
    margin-bottom: 20px;
}

.moviecontainer .c1 .thumb2{
    position: relative;
    width: 137px;
    height: 156px;
    padding-left: 45px;
    overflow: hidden;
    float:left;
}

.moviecontainer .c1 .thumb3{
    position: relative;
    width: 137px;
    height: 156px;
    padding-left: 34px;
    overflow: hidden;
    float:left;
}

.moviecontainer .c2{
    position: relative;
    width: 220px;
    height: 426px;
    float: left;
    padding-left: 5px;
    padding-right: 30px;
}

.moviecontainer .c3{
    position: relative;
    width: 330px;
    height:426px;
    float: left;
}

.moviecontainer .c3 .thumb1{
    position: relative;
    width: 308px;
    height: 226px;
    overflow: hidden;
    margin-bottom: 17px;

}

.moviecontainer .c3 .trailer{
    position: relative;
    width: 223px;
    height: 87px;
    overflow: hidden;
    left: 10px;
}

.moviecontainer .c3 .access{
    position: relative;
    width: 245px;
    height: 79px;
    overflow: hidden;
    left: 70px;
}

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

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

.quickJumperSelected{
    border: 1px solid #000;
    background-color: #1a1a1a;
    position: relative;
    width: 15px;
    height: 23px;
    text-align: center;
    padding: 0px 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: #ff0000;
    text-decoration:none;
}


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