
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: 298px;
  height: 248px;

  border: 1px solid black;
  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:206px;
  left:143px;
  z-index: 3;
}

#cta {
  top:182px;
  left:29px;
  z-index: 3;
}

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

#plane {
  top:270px;
  left:-193px;
    -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:41px;
  left:-68px;
    -ms-transform: scale(0.3, 0.3); 
 -webkit-transform: scale(0.3, 0.3); 
 transform: scale(0.3, 0.3);
 z-index: 4;
}

#oneline {
  top:93px;
  left:186px;
-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:10px;
  left:103px;
/*  -ms-transform: rotate(180deg); 
  -webkit-transform: rotate(180deg); 
  transform: rotate(180deg);*/
  z-index: 3;
}

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

#threetext {
/*  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;  
  font-size: 19pt;
  color: #000000;*/
  top:91px;
  left:44px;
/*  -ms-transform: rotate(180deg); 
  -webkit-transform: rotate(180deg); 
  transform: rotate(180deg);*/
  z-index: 3;
}

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

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


#art {
  display: block;
  position: absolute;
  top: 0px;
  left: -57px;
  width: 470px;
  height: 250px;
  background: url(art.jpg) no-repeat 0 0;
  opacity: 0;
  z-index: 1;
  -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;
}
