body, html {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: "Trebuchet MS";
    font-size: 14px;
    background-color: #97d5d5;
    background-image:url('../images/background.jpg');
    background-repeat:repeat-x;
    height: 100%;
    color: #000;
    line-height: 150%;
}

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

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

#navigation img{
    border: 0px;
}

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

#navigation .trailer{
    position: relative;
    top: 0px;
    float: left;
    margin-right: 50px;
}

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

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

.moviecontainer{
    position: relative;
    background-image: url('../images/moviecontainer.jpg');
    background-repeat: no-repeat;
    width: 971px;
    height:533px;
    z-index:1;
    padding-top: 21px;
    padding-left: 4px;
}

.moviecontainer img{
    border: 0px;
}

.moviecontainer .movietitle{
    position: relative;
    width: 784px;
    height: 47px;
    padding-top: 40px;
    padding-left: 167px;
}

.moviecontainer .movietitle h1{
    text-transform: uppercase;
    color: #59dbde;
    width: 550px;
}

.moviecontainer .movieduration h1{
    position: absolute;
    top: 60px;
    left: 775px;
    text-transform: uppercase;
    color: #59dbde;
    width: 170px;
}

.moviecontainer .c1{
    position: relative;
    width: 238px;
    height: 318px;
    left: 24px;
    margin-right: 14px;
    float: left;
    overflow: hidden;
}

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

.moviecontainer .c2 .thumb1{
    position: relative;
    width:318px;
    height: 238px;
    float: left;
    margin-right: 14px;
    overflow:hidden;
}

.moviecontainer .c2 .thumb2{
    position: relative;
    width:318px;
    height: 238px;
    float: left;
    overflow:hidden;
}

.moviecontainer .c2 .description{
    position: relative;
    margin-top: 5px;
    width:646px;
    height: 60px;
    float: left;
    padding: 5px;
}

.moviecontainer .trailer{
    position: relative;
    width: 278px;
    height: 65px;
    top: 15px;
    left: 22px;
    float: left;
    margin-right: 362px;
}

.moviecontainer .access{
    position: relative;
    width: 278px;
    height: 65px;
    top: 15px;
    left: 17px;
    float: left;
}

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

.quickJumper{
    position: relative;
    width: 15px;
    height: 20px;
    border: 1px solid #549898;
    background-color: #74b7b7;
    text-align: center;
    padding: 5px 5px 0px 5px;
    margin-right: 3px;
    float: left;
    text-transform:uppercase;
}

.quickJumperSelected{
    border: 1px solid #549898;
    background-color: #02979c;
    position: relative;
    width: 15px;
    height: 20px;
    text-align: center;
    padding: 5px 5px 0px 5px;
    margin-right: 3px;
    float: left;
    text-transform:uppercase;
}

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


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:hover {
    color: #ff0000;
    text-decoration:none;
}

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

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