@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

/* Default style, feel free to remove if not needed. */
body, body * {
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}

/* Div layer for the entire banner. */
#container_dc {
	position: absolute;
  width: 298px;
  height: 598px;
	border:1px solid #515151;
	top: 0px;
	left: 0px;
	margin: auto;
    overflow: hidden;
}

#content_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #000000;
	z-index: 100;
/*	background-image: url('DCRM_HTML5_inPage_300x600.png');
*/	background-repeat: no-repeat;
    overflow: hidden;
}

.absolute {
    position: absolute;
}

.hidden {
    opacity: 0;
}

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


#card {
  top:596px;
  left:23px;
  z-index: 3;
}

#cta {
  top:389px;
  left:77px;
  z-index: 3;
}

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

#plane {
  top:428px;
  left:-153px;
    -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:194px;
  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:511px;
  left:183px;
-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:489px;
  left:23px;
/*  -ms-transform: rotate(180deg); 
  -webkit-transform: rotate(180deg); 
  transform: rotate(180deg);*/
  z-index: 3;
}

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

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

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

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


#art {
  display: block;
  position: absolute;
  top: 0px;
  left: -153px;
  width: 470px;
  height: 600px;
  background: url(art.jpg) no-repeat 0 0;
  opacity: 0;
  z-index: 1;
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1); 
  transform: scale(1.1, 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:300px;
	height:262px;
	overflow: hidden;
	position: absolute;
	background: transparent;
	left:0;
	top:190px;	
}

