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

#container {
    position: relative;
    width: 971px;
    margin-left:-485px;
    left:50%;
    height: auto;
    z-index:1;
}

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

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

#navigation #trailer{
    position: relative;
    float: left;
    width: 290px;
    height: 103px;
    margin-right: 44px;
}

#navigation #pictureset{
    position: relative;
    float: left;
    width: 289px;
    height: 103px;
    margin-right: 52px;
}

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

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

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

.moviecontainer .movieduration{
    position: relative;
    width: 240px;
    float: left;
    height: 68px;
    padding-top: 28px;
    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: 426px;
    float: left;
    margin-right: 16px;
}

.moviecontainer .c1 .thumb1{
    position: relative;
    width: 311px;
    height: 231px;
    left: 37px;
    overflow: hidden;
    margin-bottom: 16px;
}

.moviecontainer .c1 .thumb2{
    position: relative;
    width: 311px;
    height: 231px;
    left: 38px;
    overflow: hidden;
}

.moviecontainer .c2{
    position: relative;
    width: 320px;
    height: 240px;
    float: left;
}

.moviecontainer .c2 .thumb1{
    position: relative;
    width: 311px;
    height: 231px;
    left: 0px;
    overflow: hidden;
    margin-bottom: 16px;
}

.moviecontainer .c2 .thumb2{
    position: relative;
    width: 311px;
    height: 231px;
    left: 1px;
    overflow: hidden;
}

.moviecontainer .c3{
    position: relative;
    width: 282px;
    height: 440px;
    float: left;
}

.moviecontainer .c3 .description{
    position: relative;
    width: 230px;
    height: 103px;
    overflow:hidden;
    left: 12px;
    top: 2px;
    margin-bottom: 47px;
}

.moviecontainer .c3 .trailer{
    position: relative;
    width: 280px;
    height: 89px;
    left: 5px;
}

.moviecontainer .c3 .access{
    position: relative;
    width: 247px;
    height: 62px;
    left: 5px;
}

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

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

.quickJumperSelected{
    border: 1px solid #2d6cb3;
    background-color: #619ee2;
    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: #000; text-decoration: none; }
a.quickJumper:hover {color: #000; text-decoration: underline; }
a.quickJumper:visited {color: #000; text-decoration: none; }
a.quickJumper:active {color: #000; }

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

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

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

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


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