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

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

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

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

#navigation #trailer{
    position: relative;
    float: left;
    border: 0px;
    top: 0px;
    width: 215px;
    height: 67px;
    overflow: hidden;
}

#navigation #access{
    position: relative;
    float: right;
    border: 0px;
    top: 0px;
    height: 67px;
    overflow: hidden;
}

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

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

.moviecontainer .movietitle{
    position: relative;
    width: 650px;
    height: 61px;
    float: left;
    padding-top: 38px;
    padding-left: 45px;
}

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

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

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

.moviecontainer .c1{
    position: relative;
    width: 600px;
    height: 900px;
    padding-left: 42px;
    padding-top: 10px;
    float: left;
}

.moviecontainer .c1 .i1{
    position: relative;
    width: 584px;
    height: 785px;
    overflow: hidden;
    margin-bottom: 28px;
}

.moviecontainer .c1 .description{
    position: relative;
    width: 576px;
    height: 72px;
    color: #ccc;

    padding: 3px;
}

.moviecontainer .c2{
    position: relative;
    width: 340px;
    height: 500px;
    float: left;
    padding-left: 9px;
    padding-top: 10px;
}

.moviecontainer .c2 .i1{
    position: relative;
    width: 307px;
    height: 415px;
    overflow: hidden;
    left: 1px;
    margin-bottom: 27px;
}

.moviecontainer .c2 .i2{
    position: relative;
    width: 309px;
    height: 229px;
    overflow: hidden;
}

.moviecontainer .trailer{
    position: relative;
    top: 35px;
    float: left;
    margin-right: 494px;
}

.moviecontainer .access{
    position: relative;
    top: 35px;
    float: left;
}

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