body, html {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: "Lucida Sans Unicode";
    font-size: 12px;
    background-color: #f6629d;
    height: 100%;
    color: #000;
    line-height: 140%;
    background-image: url('../images/background.jpg');
    background-repeat: repeat-x;
}

#container {
    position: relative;
    width: 989px;
    margin-left:-491px;
    left:50%;
    height: auto;
    z-index:1;
}

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

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

#navigation #trailer{
    position: relative;
    float: left;
    width: 294px;
    height: 111px;
}

#navigation #access{
    position: relative;
    float: right;
    width: 331px;
    height: 111px;
}

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

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

.moviecontainer .movietitle{
    position: relative;
    width: 550px;
    height: 40px;
    top: 103px;
    float: left;
    padding-top: 15px;
    padding-left: 85px;
}

.moviecontainer .movieduration{
    position: relative;
    width: 220px;
    top: 103px;
    float: left;
    height: 40px;
    padding-top: 15px;
    padding-left: 85px;
    text-align: right;
}

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

.moviecontainer .c1{
    position: relative;
    width: 355px;
    height: 426px;
    top: 105px;
    float: left;
}

.moviecontainer .c1 .thumb1{
    position: relative;
    width: 316px;
    height: 237px;
    left: 30px;
    overflow: hidden;
    margin-bottom: 12px;
}

.moviecontainer .c1 .thumb2{
    position: relative;
    width: 316px;
    height: 237px;
    left: 30px;
    overflow: hidden;
}

.moviecontainer .c2{
    position: relative;
    width: 320px;
    height: 240px;
    float: left;
    top: 105px;
}

.moviecontainer .c2 .thumb1{
    position: relative;
    left: 2px;
    width: 316px;
    height: 237px;
    overflow: hidden;
    margin-bottom: 12px;
}

.moviecontainer .c2 .thumb2{
    position: relative;
    left: 2px;
    width: 316px;
    height: 237px;
    overflow: hidden;
}

.moviecontainer .c3{
    position: relative;
    width: 255px;
    height: 240px;
    left: 15px;
    float: left;
    top: 295px;
}

.moviecontainer .c3 .description{
    position: relative;
    width: 255px;
    height: 103px;
    overflow:hidden;
    margin-bottom: 32px;
}

.moviecontainer .c3 .trailer{
    position: relative;
    width: 247px;
    height: 61px;
    left: 6px;
    margin-bottom: 30px;
}

.moviecontainer .c3 .access{
    position: relative;
    width: 247px;
    height: 62px;
    left: 6px;
}

#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: #000;
    text-decoration:none;
}

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

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


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