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

#container {
    position: relative;
    width: 971px;
    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: 971px;
    height:529px;
    z-index:1;
}

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

#navigation .trailer{
    position: relative;
    float: left;
    width: 349px;
    height: 107px;
}

#navigation .access{
    position: relative;
    float: right;
    width: 293px;
    height: 107px;
}

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

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

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

.moviecontainer .movieduration{
    position: relative;
    width: 240px;
    float: left;
    height: 60px;
    padding-top: 77px;
    padding-left: 0px;
    text-align: right;
}

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

.moviecontainer .c1{
    position: relative;
    width: 350px;
    height: 500px;
    float: left;
    margin-right: 16px;
}

.moviecontainer .c1 .thumb1{
    position: relative;
    width: 309px;
    height: 230px;
    left: 42px;
    overflow: hidden;
    margin-bottom: 24px;
}

.moviecontainer .c1 .thumb2{
    position: relative;
    width: 309px;
    height: 230px;
    left: 42px;
    overflow: hidden;
}

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

.moviecontainer .c2 .description{
    position: relative;
    width: 215px;
    height: 150px;
    overflow:hidden;
    left: 17px;
    top: 2px;
    margin-bottom: 197px;
}

.moviecontainer .c2 .trailer{
    position: relative;
    width: 245px;
    height: 72px;
}


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

.moviecontainer .c3 .thumb1{
    position: relative;
    width: 309px;
    height: 230px;
    left: 8px;
    overflow: hidden;
    margin-bottom: 24px;
}

.moviecontainer .c3 .thumb2{
    position: relative;
    width: 309px;
    height: 230px;
    left: 8px;
    overflow: hidden;
}

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

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

.quickJumperSelected{
    border: 1px solid #4b5eaa;
    background-color: #22306a;
    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: #fff; text-decoration: none; }
a.quickJumper:hover {color: #fff; text-decoration: underline; }
a.quickJumper:visited {color: #fff; text-decoration: none; }
a.quickJumper:active {color: #fff; }

a.quickJumperSelected:link {color: #fff; text-decoration: none; }
a.quickJumperSelected:hover {color: #fff; text-decoration: underline; }
a.quickJumperSelected:visited {color: #fff; text-decoration: none; }
a.quickJumperSelected:active {color: #fff; }

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

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

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


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