#video, #click {
  width: 640px;
  height: 360px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#click {
  cursor: pointer;
}

#banner {
  width: 100%;
  height: 35px;
  background-color: black;
  color: white;
  position: absolute;
  top: 0px;
  left: 0px;
}

#content, #adContainer {
  position: absolute;
  top: 35px;
  left: 0px;
  width: 640px;
  height: 360px;
}
