body {
  background-image: none;
}

#container {
  background: url(/images/container_bg.gif) repeat-y;
}

#bgfiller_movie {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: .50;
  filter: alpha(opacity=50);
  background-color: gray;
  visibility: hidden;
}

#popup {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -320px; 
  margin-top: -180px; 
  display: none; 
  z-index: 4;
  width: 640px;
  height: 401px;
  padding: 2px 16px 16px 16px;
  background-color: white;
  text-align: right;
}

#filmflv {
  display: block;
  width: 640px;
  height: 384px;
}


