	        body{
/* 		        background-image: -webkit-linear-gradient(rgba(121,191,255,0.2) 0%, rgba(121,191,255,1) 100%); */
/*
		        background-image: -webkit-linear-gradient(rgba(121,191,255,0.2) 0%, rgba(0, 106, 202, 1) 100%);
		        background-repeat: no-repeat;
		        background-size: cover;
*/
		        position: fixed;
		        width: 100%;
		        height: 100%;
	        }
	        #world{
		        width: 100px;
		        height: 100px;
		        left: -50%;
		        top: -50%;
		        position: fixed;
		        border: solid 10px black;
		        background-image: -webkit-linear-gradient(rgba(121,191,255,0.2) 0%, rgba(0, 106, 202, 1) 100%);
		        background-repeat: no-repeat;
		        background-size: cover;

	        }
	        
	        .modal{
		        position: fixed;
		        top: 0;
		        left: 0;
		        width: 100%;
		        height: 100%;
		        background-color: rgba(44,44,44,0.74);
		        display: none;
	        }
	        
	        a{
		        cursor: pointer;
	        }
	        
	        #winmodal, #losemodal{
		        text-align: center;
		        font-size: 40px;
		        color: white;
		        font-weight: bold;
	        }
	        
	        
			@-webkit-keyframes incoming {
			    from { background-position:0px center; }
			    to { background-position:-1384px center; }
			}	        
	        
	        .enemy{
/*
		        width: 0;
		        height: 0;
*/
/* 		        background-color: green; */
		        background-image: url(../img/jellyfish_sprite.png);
/* 		        background-size: contain; */
		        background-repeat: no-repeat;
		        background-position: left center;
		        width: 173px;
		        height: 217px;
/* 		        -webkit-transform: scale(.1); */
		        position: absolute;
/* 		        -webkit-transition: all 15s ease-out; */
				-webkit-animation: incoming 3s steps(8) 1;
				font-size: 30px;
				color: red;
				text-align: center;
	        }
	        #feedback{
				font-size: 100px;
				color: red;
				position: fixed;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				width: 50%;
				height: 100px;
				text-align: center;
				line-height: 100px;
				margin: 20% auto auto auto;	        
			}
	        .start .enemy{
/* 		        -webkit-transform: scale(1); */
	        }
	        
	        #dashboard{
		        width: 100%; height: auto; position:fixed; bottom:-178px
	        }
	        
	        #kwazii{
		        position:fixed; bottom:-132px
	        }
	        
	        #results li, .info li{
		        float: left;
		        margin-right: 40px;
		        list-style-type: none;
		        width: 150px;
	        }
	        #results, .info{
		        position: fixed;
		        top: 5px;
	        }
	        .info{
		        right: 0;
	        }
	        
