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

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

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

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

#navigation #trailer{
    position: relative;
    float: left;
}

#navigation #access{
    position: relative;
    float: right;
}

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

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

.moviecontainer .movietitle{
    position: relative;
    width: 600px;
    height: 40px;
    float: left;
    padding-top: 20px;
    padding-left: 150px;
    margin-bottom: 17px;
}

.moviecontainer .movieduration{
    position: relative;
    width: 200px;
    height: 40px;
    float: left;
    padding-top: 20px;
}

.moviecontainer .c1{
    position: relative;
    left: 39px;
    width: 435px;
    height: 800px;
    overflow:hidden;
    float: left;
    margin-right: 29px;
}

.moviecontainer .c1 .thumb1{
    height: 589px;
    margin-bottom: 33px;
}

.moviecontainer .c1 .textcontainer{
    position: relative;
    left: 5px;
    height: 110px;
    overflow: hidden;
}

.moviecontainer .c1 .trailer{
    position: relative;
    left: 55px;
    top: 23px;
}

.moviecontainer .c2{
    position: relative;
    left: 40px;
    width: 426px;
    height: 820px;
    float: left;
}

.moviecontainer .c2 .thumb1{
    width: 428px;
    height: 317px;
    margin-bottom: 30px;
}

.moviecontainer .c2 .thumb2{
    width: 428px;
    height: 317px;
}

.moviecontainer .c2 .access{
    position: relative;
    left: 65px;
    top:91px;
}

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


#footer{
    position: relative;
    width: 920px;
    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: #ccc;
    text-decoration:none;
}

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

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


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