#mainContainer {
  position: relative;
  width: 780px;
  height: 400px;
}

#content, #adContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 780px;
  height: 400px;
}

#contentElement {
  width: 780px;
  height: 400px;
  overflow: hidden;
}

#playButton {
  margin-top:10px;
  vertical-align: top;
  width: 100px;
  height: 60px;
  padding: 0;
  font-size: 16px;
  color: black;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: white;
  border: 0;
  border-bottom: 2px solid #22303f;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #22303f;
  box-shadow: inset 0 -2px #22303f;
}
