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


#main-container {
  position: absolute;
  width: 726px;
  height: 88px;

  border:1px solid #215151;
  box-sizing: border-box;

  background: #000000;
  overflow: hidden;
}

#exit {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: 50;
}

.absolute {
    position: absolute;
}

.hidden {
    opacity: 0;
}

.blur {
    -webkit-filter: blur(5px); 
    filter: blur(5px);
}


#card {
  top:18px;
  left:526px;
  z-index: 3;
}

#cta {
  top:22px;
  left:422px;
  z-index: 3;
}

#logo {
  top:26px;
  left:5px;
  z-index: 3;
}

#plane {
  top:78px;
  left:-160px;
    -ms-transform: scale(1.5, 1.5); 
 -webkit-transform: scale(1.5, 1.5); 
 transform: scale(1.5, 1.5);
 z-index: 2;
}

#planetiny {
  top:49px;
  left:-68px;
    -ms-transform: scale(0.3, 0.3); 
 -webkit-transform: scale(0.3, 0.3); 
 transform: scale(0.3, 0.3);
 z-index: 2;
}

#oneline {
  top:42px;
  left:492px;
-ms-transform: scale(0.2, 0.2); 
  -webkit-transform: scale(0.2, 0.2); 
  transform: scale(0.2, 0.2);
  z-index: 4;
}

#onetext {
  top:19px;
  left:311px;
/*  -ms-transform: rotate(180deg); 
  -webkit-transform: rotate(180deg); 
  transform: rotate(180deg);*/
  z-index: 3;
}

#twotext {
  top:46px;
  left:124px;
/*  -ms-transform: rotate(180deg); 
  -webkit-transform: rotate(180deg); 
  transform: rotate(180deg);*/
  z-index: 3;
}

#threetext {
  top:31px;
  left:95px;
/*  -ms-transform: rotate(180deg); 
  -webkit-transform: rotate(180deg); 
  transform: rotate(180deg);*/
  z-index: 3;
}

#three2text {
  top:22px;
  left:104px;
/*  -ms-transform: rotate(180deg); 
  -webkit-transform: rotate(180deg); 
  transform: rotate(180deg);*/
  z-index: 3;
}

#skyline {
  top:33px;
  left:1px;
/*  -ms-transform: rotate(180deg); 
  -webkit-transform: rotate(180deg); 
  transform: rotate(180deg);*/
  z-index: 2;
}


#art {
  display: block;
  position: absolute;
  top: -70px;
  left: -57px;
  width: 730px;
  height: 172px;
  background: url(art.jpg) no-repeat 0 0;
  opacity: 0;
  z-index: 1;
/*  border:none;
*/  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1); 
  transform: scale(1, 1);
}

/* Invisible button for background clickthrough. */
#background_exit_dc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 400;
}


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

#container-names {
  width:726px;
  height:86px;
  overflow: hidden;
  position: absolute;
  background: transparent;
  left:0;
  top:190px;  
}
