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

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

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

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

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

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

.movietitle{
    position: relative;
    width: 550px;
    height: 78px;
    float: left;
    padding-top: 25px;
    padding-left: 135px;
}

.movieduration{
    position: relative;
    width: 250px;
    float: left;
    height: 65px;
    padding-top: 25px;
    text-align: right;
}

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

.c1{
    position: relative;
    width: 370px;
    height:390px;
    float: left;
    margin-bottom: 20px;
}

.c1 .thumb1{
    position: relative;
    width: 297px;
    height: 218px;
    overflow: hidden;
    padding-left: 48px;
    margin-bottom: 20px;
}

.c1 .description{
    position: relative;
    width: 300px;
    height: 150px;
    padding-left: 44px;
    overflow: hidden;
}

.c2{
    position: relative;
    width: 335px;
    height:390px;
    float: left;
    margin-bottom: 20px;
}

.c2 .thumb1{
    position: relative;
    width: 297px;
    height: 218px;
    overflow: hidden;
    padding-left: 12px;
}

.c3{
    position: relative;
    width: 240px;
    height:391px;
    float: left;
    margin-bottom: 20px;
}

.c3 .thumb1{
    position: relative;
    width: 218px;
    height: 296px;
    overflow: hidden;
    padding-left: 11px;
}

.access{
    position: relative;
    left: 0px;
    float: left;
}

.trailer{
    position: relative;
    left: 0px;
    float: right;
}


#footer{
    position: relative;
    width: 978px;
    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: #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;
}
