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

#container {
    position: relative;
    width: 978px;
    margin-left:-469px;
    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:709px;
    z-index:1;
}

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

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

.moviecontainer .movietitle{
    position: relative;
    width: 620px;
    height: 78px;
    float: left;
    padding-top: 40px;
    padding-left: 55px;
}

.moviecontainer .movieduration{
    position: relative;
    width: 260px;
    float: left;
    height: 79px;
    padding-top: 40px;
    padding-left: 0px;
    text-align: right;
}

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

.moviecontainer .c1{
    position: relative;
    width: 335px;
    height: 600px;
    float: left;
    left: 36px;
    margin-right: 16px;
}

.moviecontainer .c1 .thumb1{
    position: relative;
    width: 316px;
    height: 236px;
    left: 10px;
    overflow: hidden;
    margin-bottom: 29px;
}

.moviecontainer .c1 .thumb2{
    position: relative;
    width: 316px;
    height: 236px;
    left: 10px;
    overflow: hidden;
}

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

.moviecontainer .c2 .description{
    position: relative;
    width: 195px;
    height: 240px;
    overflow:hidden;
    left: 40px;
    top: 2px;
    margin-bottom: 197px;
    line-height: 180%;
}

.moviecontainer .c1 .trailer{
    position: relative;
    width: 329px;
    height: 77px;
    left: 3px;
    top: 20px;
}


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

.moviecontainer .c3 .thumb1{
    position: relative;
    width: 316px;
    height: 236px;
    left:2px;
    overflow: hidden;
    margin-bottom: 29px;
}

.moviecontainer .c3 .thumb2{
    position: relative;
    width: 316px;
    height: 236px;
    left:2px;
    overflow: hidden;
}

.moviecontainer .c3 .access{
    position: relative;
    width: 329px;
    height: 77px;
    left: -4px;
    top: 20px;
}

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

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

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


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