body {
  /* background-image: url(images/titlescreens.jpg); */ background-color: #8e0114;
}


.container {
  width: 1000px; text-align: left; border: 0px solid red;
}

.movie_frame_repeat {
  background-image: url(images/video_repeater.jpg); background-repeat: repeat-y;  width:700px;height:316px; position: relative; float: right;
}

.movie_frame {
  background-image: url(images/video_main.jpg); width:700px;height:834px; position: relative; float: right;
}
.movie {
  position: absolute; top: 93px; left: 75px;
}

#text {
  visibility: visible;
}

.movie_title {
  font-size: 25px; font-weight: normal; font-family: arial, helvetica, Microsoft Sans Serif; position: absolute; top: 475px; left:85px; color: #ec0028; width: 460px; text-align: center;
}

.movie_desc {
  font-size: 13px; font-family: arial, helvetica, Microsoft Sans Serif; color: #362619; position: absolute; top: 510px; left:85px; width: 460px; line-height: 16px;
}

.left_link {
  position: absolute; top: 0px; left: 0px; width: 38px; height: 909px; cursor: pointer;
}

.right_link {
  position: absolute; top: 0px; right: 0px; width: 38px; height: 909px; cursor: pointer;
}

.navigation {
  background-image: url(images/filmstrip_navback.jpg); background-repeat: repeat-y; width: 230px; height: 1150px; position: relative; float: left;
}
.navigation ul {
  position: absolute; top:3px; left: 26px;
}

.navigation li {
  width: 151px; height: 102px; padding: 0px 0px 4px 0px;
}


