html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	outline:none;
	background-color:rgba(255,255,255,0);
}
div, section, button {
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#winner {
	background-image: url(winner.png);
	background-repeat: no-repeat;
	left: 0px;
	bottom: 0px; 
	width: 320px; 
	height: 480px;
	position: absolute;
	z-index: 98;
	pointer-events: none;
	display: none;
}
#loser {
	background-image: url(loser.png);
	background-repeat: no-repeat;
	left: 0px;
	bottom: 0px; 
	width: 320px; 
	height: 480px;
	position: absolute;
	z-index: 98;
	pointer-events: none;
	display: none;
}
#container {
	position: absolute;
		background-repeat: no-repeat;
	overflow: hidden;
	top: 0; left: 0;
	width: 320px; height: 480px;
	border: 1px solid #807f83;
	box-sizing: border-box;
	opacity: 0;
}
#playBtn{
	background-image: url(playBtn.svg);
	background-repeat: no-repeat;
	left: 58px;
	bottom: 20px; 
	width: 216px; 
	height: 52px;
	position: absolute;
	z-index: 202;
}
.progressbar {

  position: absolute;
	left: 48px;
	bottom: 32px; 
	width: 257px; 
	height: 29px;
  overflow: hidden;
   pointer-events: none;
}

#bar {
  background-image: url(bar.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 257px;
  height: 29px;
  	z-index: 102;
  	display: none;
  	 pointer-events: none;
}

#loadingbar{
	left: 48px;
	bottom: 32px; 
	width: 257px; 
	height: 29px;
	position: absolute;
	z-index: 103;
	 pointer-events: none;
}

#gameplay{
	background-image: url(gameplay.png);
	background-repeat: no-repeat;
	left: 0px;
	bottom: 0px; 
	width: 320px; 
	height: 480px;
	position: absolute;
	opacity: 0;
	z-index: 101;
	 pointer-events: none;
}
#frame{
	background-image: url(frame.png);
	background-repeat: no-repeat;
	left: 0px;
	bottom: 0px; 
	width: 320px; 
	height: 480px;
	position: absolute;
		z-index: 99;
		 pointer-events: none;
}
#intro{
	background-image: url(intro.png);
	background-repeat: no-repeat;
	left: 0px;
	bottom: 0px; 
	width: 320px; 
	height: 480px;
	position: absolute;
		z-index: 98;
		 pointer-events: none;
}
#curtainRight{
	background-image: url(curtainRight.png);
	background-repeat: no-repeat;
	left: 0px;
	bottom: 0px; 
	width: 320px; 
	height: 480px;
	position: absolute;
			z-index: 84;

}
#curtainLeft{
	background-image: url(curtainLeft.png);
	background-repeat: no-repeat;
	left: 0px;
	bottom: 0px; 
	width: 320px; 
	height: 480px;
	position: absolute;
			z-index: 83;
}
#curtainTop{
	background-image: url(curtainTop.png);
	background-repeat: no-repeat;
	left: 0px;
	bottom: 0px; 
	width: 320px; 
	height: 480px;
	position: absolute;
			z-index: 83;
			 pointer-events: none;
}
#bg2{
	background-image: url(bg2.png);
	background-repeat: no-repeat;
	left: 0px;
	bottom: 0px; 
	width: 320px; 
	height: 480px;
	position: absolute;
	z-index: 70;
	 pointer-events: none;
}

#row1 {
	left:0px;
	top:75px;
  width: 320px;  height:80px;  overflow:hidden;
  z-index: 81;
  position: absolute;
}
#row2 {
	left:0px;
	top:175px;
  width: 320px;  height:80px;  overflow:hidden;
  z-index: 81;
  position: absolute;
}
#row3 {
	left:0px;
	top:275px;
  width: 320px;  height:80px;  overflow:hidden;
  z-index: 81;
  position: absolute;
}
#characterContainer1 {
	left:15px;
	top:0px;
  width: 80px;  height:80px;  overflow:hidden;
  z-index: 81;
  position: absolute;
}
#characterContainer2 {
		left:121px;
	top:0px;
  width: 80px;  height:80px;  overflow:hidden;
  z-index: 81;
  position: absolute;
}
#characterContainer3 {
		left:227px;
	top:0px;
  width: 80px;  height:80px;  overflow:hidden;
  z-index: 81;
  position: absolute;
}

#characterContainer4 {
	left:15px;
	top:0px;
  width: 80px;  height:80px;  overflow:hidden;
  z-index: 81;
  position: absolute;
}
#characterContainer5 {
		left:121px;
	top:0px;
  width: 80px;  height:80px;  overflow:hidden;
  z-index: 81;
  position: absolute;
}
#characterContainer6 {
		left:227px;
	top:0px;
  width: 80px;  height:80px;  overflow:hidden;
  z-index: 81;
  position: absolute;
}

#characterContainer7 {
	left:15px;
	top:0px;
  width: 80px;  height:80px;  overflow:hidden;
  z-index: 81;
  position: absolute;
}
#characterContainer8 {
		left:121px;
	top:0px;
  width: 80px;  height:80px;  overflow:hidden;
  z-index: 81;
  position: absolute;
}
#characterContainer9 {
		left:227px;
	top:0px;
  width: 80px;  height:80px;  overflow:hidden;
  z-index: 81;
  position: absolute;
}
#bg1{
	background-image: url(bg1.png);
	background-repeat: no-repeat;
	left: 0px;
	bottom: 0px; 
	width: 320px; 
	height: 480px;
	position: absolute;
	z-index: 82;
	 pointer-events: none;
}
#cta {
	position: absolute;
	bottom: 6px; 
	left: 90px;
	width: 119px;
	height: 21px;
	background-image: url();
	background-repeat: no-repeat;
	opacity: 1;
}




#exit {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	cursor: pointer;
}


