body, html {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: "Trebuchet MS";
    font-size: 14px;
    background-color: #015780;
    height: 100%;
    color: #fff;
    line-height: 150%;
}

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

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

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

#navigation #trailer{
    position: relative;
    width: 306px;
    height: 92px;
    left: 30px;
    float: left;
    margin-right: 40px;
}

#navigation #pictureset{
    position: relative;
    width: 336px;
    height: 92px;
    float: left;
}

#navigation #access{
    position: relative;
    width: 309px;
    height: 92px;
    float: left;
}

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

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

.moviecontainer .movietitle{
    position: relative;
    width: 550px;
    height: 41px;
    margin-top: 62px;
    padding-left: 200px;
    float: left;
}

.moviecontainer .movieduration{
    position: relative;
    width: 200px;
    height: 41px;
    margin-top: 62px;
    float: left;
}

.moviecontainer .c1{
    position: relative;
    width: 330px;
    height: 496px;
    float: Left;
    left: 59px;
}

.moviecontainer .c1 .thumb1{
    position: relative;
    width: 308px;
    height: 229px;
    overflow: hidden;
    margin-bottom: 22px;
}

.moviecontainer .c1 .thumb2{
    position: relative;
    width: 308px;
    height: 229px;
    overflow: hidden;
}


.moviecontainer .c2{
    position: relative;
    width: 330px;
    height: 496px;
    float: Left;
    left: 64px;
}

.moviecontainer .c2 .thumb1{
    position: relative;
    width: 308px;
    height: 229px;
    overflow: hidden;
    margin-bottom: 22px;
}

.moviecontainer .c2 .thumb2{
    position: relative;
    width: 308px;
    height: 229px;
    overflow: hidden;
}

.moviecontainer .description{
    position: relative;
    width: 224px;
    height: 227px;
    float: left;
    left:67px;
}

.moviecontainer .trailer{
    position: relative;
    width: 282px;
    height: 83px;
    left: 49px;
    float: left;
}

.moviecontainer .access{
    position: relative;
    width: 287px;
    height: 83px;
    float: right;
    margin-right: 49px;
}

.quickJumperContainer{
    font-size: 11px;
    position: relative;
    width: auto;
    height: auto;
    margin:0;
    padding:0;
}

.moviecontainer .c3{
    position: relative;
    width: 250px;
    height: 460px;
    float: left;
}

.moviecontainer .c3 .description{
    position: relative;
    width: 220px;
    height: 222px;
    left: 20px;
    top: 7px;
    overflow:hidden;
    color: #000;
    margin-bottom: 36px;
}

.moviecontainer .c3 .starCnt{
    position: relative;
    width: 220px;
    height: 34px;
    left: 23px;
    top: 7px;
    overflow:hidden;
    color: #000;
    margin-bottom: 33px;
}

.moviecontainer .c3 .starCnt .star{
    position: relative;
    width: 36px;
    height: 34px;
    float: left;
    margin-right: 7px;
}

.moviecontainer .c3 .trailer{
    position: relative;
    width: 261px;
    height: 63px;
    margin-bottom: 0px;
}

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

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

.quickJumperSelected{
    border: 1px solid #000;
    background-color: #4c4c4c;
    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: 20px;
    padding: 0px;
    margin: 0px;
    font-weight: lighter;
    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: #ff00ae;
    text-decoration:none;
}

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

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

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