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

#container {
    position: relative;
    width:760px;
    margin-left:-360px;
    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: 760px;
    height:804px;
    z-index:1;
}

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

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

.moviecontainer .movietitle{
    position: relative;
    width: 500px;
    height: 40px;
    padding-left: 25px;
    padding-top: 15px;
    float: left;
}

.moviecontainer .movieduration{
    position: relative;
    width: 190px;
    height: 40px;
    padding-top: 15px;
    float: right;
}

.moviecontainer .c1{
    position: relative;
    width: 273px;
    height: 526px;
    float: Left;
    left: 20px;
    margin-top: 2px;
}

.moviecontainer .c1 .thumb1{
    position: relative;
    width: 260px;
    height: 195px;
    overflow: hidden;
    margin-bottom: 11px;
    left: 3px;
}

.moviecontainer .c1 .thumb2{
    position: relative;
    width: 260px;
    height: 195px;
    overflow: hidden;
    margin-bottom: 15px;
    left: 3px;
}

.moviecontainer .c2{
    position: relative;
    width: 273px;
    height: 526px;
    float: Left;
    left: 20px;
    margin-top: 2px;
}

.moviecontainer .c2 .thumb1{
    position: relative;
    width: 260px;
    height: 195px;
    overflow: hidden;
    margin-bottom: 11px;
    left: 3px;
}

.moviecontainer .c2 .thumb2{
    position: relative;
    width: 260px;
    height: 195px;
    overflow: hidden;
    margin-bottom: 15px;
    left: 3px;
}

.moviecontainer .description{
    position: relative;
    width: 152px;
    height: 185px;
    float: left;
    left: 28px;
    top: 0px;
    padding: 5px;
}


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


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

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

.quickJumperSelected{
    border: 1px solid #0a1017;
    background-color: #728294;
    position: relative;
    width: 15px;
    height: 20px;
    text-align: center;
    padding: 2px 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: #d6ff1f;
    text-decoration:none;
}

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

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

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