*{
  margin: 0;
  padding: 0;
}
#close-button {
  position: absolute;
  top: 0;
  right: 3.5em;
  background-repeat: no-repeat;
  background-position: top right;
  font-size: 20px;
  text-align: right;
  cursor: pointer;
}
#close-button:hover {
  text-decoration: underline;
}
#logo {
  position: absolute;
  top: 0;
  left: 3.5em;
}
#creative-container {
  position: relative;
  margin: 0 auto;
  clear: both;
}
#video-wrapper {
  position: absolute;
  z-index: 1999;
  /* IE8 - Forces hide before ready. */
  top: -10000px;
  left:-10000px;
}
.label {
  width: 100%;
  display: block;
  text-align: center;
  font-family: 'Arial';
  color: #000;
}
#top-label {
  margin: 0.5em 0 0.6em 0;
}
#bottom-label {
  margin-top: 25px;
}
#header {
  position: relative;
  width: 100%;
  display: block;
  font-family: 'Arial';
  color: #0000ff;
  margin: 0 0 4em;
}