body {
  background-color: #000;
  color: #fff;
}
h1 {
  font: 58px/1 "PrattRegular",Georgia,Palatino,"Book Antiqua","Times New Roman",serif;
  letter-spacing: -1px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #fff;
}
h1:hover {
  color: #e0e0e0;
}
.red {
  color: #da161f;
}
.pretext {
  margin-bottom: 14px;
  color: #666;
  display: block;
}
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #222;
  z-index: 1;
}
header {
  position: absolute;
  border-bottom: 1px solid #333;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
header img {
  display: block;
  float: left;
  margin: 8px;
}
header .skip {
  font: 24px/24px "PrattRegular",Georgia,Palatino,"Book Antiqua","Times New Roman",serif;
  color: #fff;
  float: right;
  margin: 24px 22px 0 0;
  text-decoration: underline;
  cursor: pointer;
}
header .skip:hover {
  color: #e0e0e0;
}
.assets {
  display: table;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.desc {
  display: table-cell;
  vertical-align: middle;
  width: 440px;
  padding-right: 25px;
}
.ad {
  display: table-cell;
  vertical-align: middle;
  width: 300px;
  height: 250px;
  padding-left: 25px;
}
.ad .label {
  font-size: 10px;
  color: #666;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}
.ad iframe, .ad img, .ad object {
    display: block;
    margin: 0 auto;
}
.contents {
  z-index: 0;
}
.contents iframe {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}