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

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

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

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

#navigation #trailer{
    position: relative;
    float: left;
    border: 0px;
}

#navigation #access{
    position: relative;
    float: right;
    border: 0px;
}

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

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

.moviecontainer .movietitle{
    position: relative;
    width: 650px;
    height: 59px;
    float: left;
    padding-top: 50px;
    padding-left: 135px;
}

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

.moviecontainer .movieduration h1{
    color: #fff;
}

h1{
    position: relative;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    color: #e30045;
    font-weight: lighter;
    text-transform: uppercase;
}

.moviecontainer .c1{
    position: relative;
    width: 493px;
    height: 726px;
    float: left;
    margin-bottom: 20px;
}

.moviecontainer .c1 .thumb1{
    position: relative;
    width: 466px;
    height: 626px;
    padding-left: 29px;
    overflow: hidden;
    margin-bottom: 22px;
}

.moviecontainer .c1 .description{
    position: relative;
    width: 456px;
    height: 100px;
    padding-left: 34px;
    overflow: hidden;
}

.moviecontainer .c2{
    position: relative;
    width: 493px;
    height: 726px;
    float: left;
}

.moviecontainer .c2 .thumb1{
    position: relative;
    left: 22px;
    width: 477px;
    height: 352px;
    overflow: hidden;
    margin-bottom: 21px;
}

.moviecontainer .c2 .thumb2{
    position: relative;
    left: 22px;
    width: 477px;
    height: 355px;
    overflow: hidden;
}

#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: #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;
}
