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

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

#navigation{
    position: relative;
    background-image: url('../images/navigation.jpg');
    width: 999px;
    height:100px;
    z-index:1;
    margin-bottom: 10px;
}

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

#navigation #pictureset{
    position: relative;
    float: left;
    left: 80px;
    top: 1px;
    border: 0px;
}

#navigation #access{
    position: relative;
    float: left;
    left: 80px;
    top: 1px;
    border: 0px;
}

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

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

.moviecontainer .movietitle{
    position: relative;
    width: 550px;
    height: 45px;
    top: 78px;
    padding-top: 10px;
    left: 100px;
    float: left;
}

.moviecontainer .movieduration{
    position: relative;
    width: 210px;
    float: left;
    height: 45px;
    top: 78px;
    padding-top: 10px;
    left: 100px;
    text-align: right;
}

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

.moviecontainer .c1{
    position: relative;
    width: 327px;
    height: 400px;
    top: 80px;
    left: 40px;
    float: left;
}

.moviecontainer .c1 .thumb{
    position: relative;
    width: 316px;
    height: 237px;
    overflow: hidden;
    margin-bottom: 32px;
}

.moviecontainer .c2{
    position: relative;
    width: 320px;
    height: 400px;
    top: 80px;
    left: 40px;
    float: left;
}

.moviecontainer .c2 .thumb{
    position: relative;
    width: 316px;
    height: 237px;
    overflow: hidden;
    margin-bottom: 32px;
}

.moviecontainer .c2 #access{
    position: relative;
    left: -1px;
}

.moviecontainer .description{
    position: relative;
    width: 255px;
    height: 148px;
    float: left;
    top: 84px;
    left: 50px;
}


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