html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body, body * {
  vertical-align: baseline;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0; }

.hidden {
  display: none; }

#adContainer {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 728px;
  background-color: #faf0d0;
  cursor: pointer; }

#border {
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 728px;
  border: 1px solid black; }

img {
  position: absolute;
  top: 0;
  left: 0; }

.tune-in {
  height: 90px;
  width: 728px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-image: url(../images/tune-in-sunday.png); }

.sunday .tune-in {
  background-image: url(../images/tune-in-sunday.png); }

.tonight .tune-in {
  background-image: url(../images/tune-in-tonight.png); }

.now .tune-in {
  background-image: url(../images/tune-in-now.png); }

#cta {
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 728px;
  cursor: pointer;
  z-index: 11;
  background-repeat: no-repeat;
  background-image: url(../images/cta.png); }
