@charset "utf-8";


body{
	margin: 0;
	}
	
#stage{
	position:absolute;
	z-index: 999;
	width: 160px;
	height: 600px;
	background: #fff;
	overflow:hidden;
	top: 0;
	left: 0;

	}

#bg{
	width: 100%;
	height: 100%;
	position:absolute;
	z-index: 1001;
	background:url(bg.png) no-repeat;
	display: none;
	}
		
#bgOver{
	width: 100%;
	height: 100%;
	position:absolute;
	z-index: 1002;
	background:url(bg.png) no-repeat;
	display: none;
	}

/* Frame 1 **************************************/	

#man{
	position:absolute;
	z-index:1003;
	background:url(man.png);
	width: 160px;
	height: 600px;
	bottom: 0;
	display: none;
	}
	
#logo{
	position:absolute;
	z-index:1004;
	width: 70px;
	height: 96px;
	background:url(logo.png) no-repeat;
	background-position: 0px 0px;
	top: 20px;
	left: 44px;
	display: none;
	}
	
#clarity{
	position:absolute;
	width: 160px;
	height:97px;
	top:327px;
	background:url(clarity.png) no-repeat #47aad6;
	background-position: 0px 0px;
	border-top: solid #fff 2px;
	border-bottom: solid #fff 2px;
	box-sizing:border-box;
	z-index: 1005;
	display: none;
	}

#city{
	position:absolute;
	z-index: 1006;
	width: 160px;
	height: 190px;
	background:url(citySprite.png) no-repeat;
	border-bottom: solid 2px #fff;
	border-top: solid 2px #fff;
	top: 135px;
	display: none;
	}
	
#tablet{
	position:absolute;
	z-index: 1007;
	width: 160px;
	height: 177px;
	background:url(tablet.png) no-repeat;
	border-top: solid 2px #fff;
	top: 422px;
	left: 0px;
	display: none;
	}

/* Final Frame **************************************/		
	
#todaysGlobal{
	position:absolute;
	z-index: 1008;
	width: 94px;
	height: 96px;
	background: url(todaysGlobal.png) no-repeat;
	left: 32px;
	top: 148px;
	display: none;
	}	
	
#deciphered{
	position:absolute;
	z-index: 1009;
	width: 109px;
	height: 22px;
	background: url(deciphered.png) no-repeat;
	left: 28px;
	top: 238px;
	display: none;
	}
	
#bgExit{	
	width: 100%;
	height: 100%;
	position:absolute;
	z-index: 1010;
	border: solid #999 1px;
	box-sizing:border-box;
	cursor: pointer;
	}
	
#cta{
	position:absolute;
	z-index: 1011;
	width: 111px;
	height: 52px;
	background:url(ctaText.png) no-repeat #9a2655 13px 11px;
	left: 24px;
	top: 285px;
	display: none;
	cursor: pointer;
	}	
	
#loading{
	position: absolute;
	z-index: 1012;
	left: 65px;
	top: 245px;
	}
	
	
	
	
	
	
	
	
	
	
