
body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 9pt;
  color: #333;
}

#exit {
  position: absolute;
  top:0px;
  left:0px;
  cursor: pointer;
  width: 100%; 
  height: 100%;
  z-index:19;
  background-color: transparent;
}

#main-container {
  position: absolute;
  width: 726px;
  height: 88px;
/*    background-image: url(background.jpg);*/
  border: 1px solid black;
  box-sizing: border-box;
  overflow: hidden;

/*  background: #EEE;*/
}


.feature {
  top: 10px;
  left: 318px;
  width: 92.44444444444444px;
  height: 70px;
  position: absolute;
}

/*#main-img-0 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(background.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}*/

.absolute {
    position: absolute;
}

.hidden {
    opacity: 0;
}



#title {
    left:-11px;
    top:-24px;
    z-index: 5;
   -ms-transform: scale(0.8,0.8);
    -webkit-transform: scale(0.8,0.8);
    transform: scale(0.8,0.8);
}


#legal {
    top:64px;
    left:5px;
    z-index: 5;
}

#cta {
    position: absolute;
    top:34px;
    left:551px;
    z-index: 5;
}

#batmanswing {
  position: absolute;
  left:0px;
  top:0px;
  width: 728px;
  height:90px;
  background: url(Swing_Sprite_728x90.jpg) no-repeat;
  background-position: 0 0;
  z-index: 1;
}

#batmansprite {
  position: absolute;
  left:0px;
  top:0px;
  width: 728px;
  height:90px;
  background: url(sprite.jpg) no-repeat;
  background-position: 0 0;
  z-index: 1;
}

#date {
  display: block;
  position: absolute;
  top:13px;
  left:550px;
  width: 163px;
  height: 16px;
  background: url(Date-Sprite.png) no-repeat top left;
  z-index: 5;
  opacity: 0;
}

#date.pre {
  background-position: 0 -4;
}

#date.fivedays {
  background-position: 0 -17px;
}

#date.oneday {
  background-position: 0 -33px;
}

#date.post {
  background-position: 0 -51px;
}


:focus {
  outline:none;
}
::-moz-focus-inner {
  border:0;
}
