body{background-color:#000}#gameWindow{font-family:'Jolly Lodger',cursive;font-size:20pt;position:relative;width:640px;height:400px;background-image:url(images/grass.png);background-size:640px 400px;overflow:hidden;margin:auto}#timerBox{position:absolute;top:20px;left:350px;color:red;text-shadow:2px 2px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;z-index:10}h2{font-size:15pt;top:320px}#player{position:absolute}#chaser,#chaser2,#chaser3{position:absolute}#light{position:absolute;z-index:10}.wall{position:absolute;background:-webkit-linear-gradient(#0E3633,#061614);background:-o-linear-gradient(#0E3633,#061614);background:-moz-linear-gradient(#0E3633,#061614);background:linear-gradient(#0E3633,#061614)}.doors{position:absolute;display:block;background-color:#000}.flip-horizontal{-moz-transform:scaleX(-1);-webkit-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1);-ms-filter:fliph;filter:fliph}.rotate90{transform:rotate(90deg);behavior:url(images/ZombieBack.gif);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg)}.rotate270{transform:rotate(270deg);behavior:url(-ms-transform.htc);-moz-transform:rotate(270deg);-webkit-transform:rotate(270deg);-o-transform:rotate(270deg);-ms-transform:rotate(270deg)}#btnContinue{position:absolute;left:280px;top:300px;display:block;background-color:rgba(255,255,255,0.6);color:#000;padding:26px;padding-top:10px;padding-bottom:10px;border-radius:10px;text-align:center;font-size:14pt;cursor:hand;cursor:pointer;z-index:1;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#btnContinue:hover{background-color:green}.msgGameOver{font-size:50pt;text-align:center;color:#fff}#btnStart{position:absolute;left:260px;top:320px;display:block;background-color:rgba(255,255,255,0.6);color:#000;padding:20px;padding-top:10px;padding-bottom:10px;border-radius:10px;text-align:center;font-size:14pt;cursor:hand;cursor:pointer;z-index:10;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#btnStart:hover{background-color:rgba(255,255,255,0.2);color:red}#btnTryAgain{position:absolute;left:280px;top:250px;display:block;z-index:5000;background-color:rgba(255,255,255,0.6);color:#000;padding:20px;padding-top:10px;padding-bottom:10px;border-radius:10px;text-align:center;font-size:14pt;cursor:hand;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#btnTryAgain:hover{background-color:rgba(255,255,255,0.2);color:green}#introScreen{background-color:#000;color:#fff;width:640px;height:400px;position:relative;z-index:500000;text-align:center}#loseScreen{background-color:#000;color:#fff;width:640px;height:400px;position:relative;z-index:500;text-align:center;display:none}#winScreen{background-color:#000;background-image:url();color:#fff;width:640px;height:400px;position:relative;z-index:500;text-align:center;display:none}#endScreen{background-color:#000;background-image:url();color:#fff;width:640px;height:400px;position:relative;z-index:500;text-align:center;display:none}
