body{background-color:#000;color:#fff}#wrapper{width:500px;position:relative;margin:0 auto;margin-top:5px}#gameWindow{position:relative;width:500px;height:300px;margin:0 auto;overflow:hidden;cursor:url(crosshair.gif) 16 16,crosshair;margin-top:5px;margin-bottom:5px;background:url(background.png)}.monkey{position:absolute;width:80px;z-index:10}#introScreen{position:absolute;z-index:100;width:500px;height:300px;background:url(intro.png)}#introScreenContent{position:top;width:300px;height:180px;padding:20px;background-color:rgba(100,100,100,.5);margin:auto;text-align:center;color:#fff}.button{padding:10px;border:1px solid #000;border-radius:10px;width:100px;text-align:center;cursor:url(crosshair.gif) 16 16,crosshair;font-size:14pt;background-color:green;color:#fff;margin:0 auto;margin-bottom:2px}.button:hover{background-color:maroon}#endScreen{position:absolute;z-index:101;width:500px;height:300px;background-color:rgba(100,100,100,0.5);display:none}#endScreenContent{width:400px;height:200px;margin:0 auto;margin-top:80px;text-align:center}#endScreen h1{color:#fff;font-size:20px}#endScreen h2{color:#fff;font-size:24px}.noSelect{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
