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

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

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

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

.moviecontainer .movietitle{
    position: relative;
    width: 500px;
    height: 33px;
    margin-top: 12px;
    padding-left: 105px;
    float: left;
    margin-bottom: 1px;
    padding-top: 17px;
}

.moviecontainer .movieduration{
    position: relative;
    width: 155px;
    height: 33px;
    margin-top: 12px;
    padding-top: 17px;
    float: right;
    text-align:right;
    margin-right: 20px;
}

.moviecontainer .c1{
    position: relative;
    width: 320px;
    height: 330px;
    float: Left;
    left: 20px;
    top: 7px;
}


.moviecontainer .c1 .thumb1{
    position: relative;
    width: 320px;
    height: 240px;
    overflow: hidden;
    margin-bottom: 6px;
}

.moviecontainer .description{
    position: relative;
    width: 310px;
    height: 68px;
    overflow: hidden;
    padding: 5px;
}

.moviecontainer .trailer{
    position: relative;
    width: 305px;
    height:85px;
    top: 6px;
    float:left;
}

.moviecontainer .access{
    position: relative;
    width: 303px;
    height:85px;
    top: 6px;
    float:right;
}

.moviecontainer .c2{
    position: relative;
    width: 220px;
    height: 330px;
    float: Left;
    top:7px;
    left: 30px;
}

.moviecontainer .c2 .thumb1{
    position: relative;
    width: 211px;
    height: 158px;
    overflow: hidden;
    margin-bottom: 8px;
}

.moviecontainer .c2 .thumb2{
    position: relative;
    width: 211px;
    height: 158px;
    overflow: hidden;
}

.moviecontainer .c3{
    position: relative;
    width: 220px;
    height: 330px;
    float: Left;
    top:7px;
    left: 29px;
}

.moviecontainer .c3 .thumb1{
    position: relative;
    width: 211px;
    height: 158px;
    overflow: hidden;
    margin-bottom: 8px;
}

.moviecontainer .c3 .thumb2{
    position: relative;
    width: 211px;
    height: 158px;
    overflow: hidden;
}


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


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

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

.quickJumperSelected{
    border: 1px solid #507ca6;
    background-color: #47739e;
    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: 16px;
    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: #fff;
    text-decoration:none;
}

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

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

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