/* Webkit */
/* basic bits */

			@-webkit-keyframes gone {
			0% {visibility: hidden;}
			100% {visibility: hidden;}
			}
			@-webkit-keyframes ungone {
			0% {visibility: visible;}
			100% {visibility: visible;}
			}
			@-webkit-keyframes spin {
			0% {-webkit-transform: rotate(0deg);}
			100% {-webkit-transform: rotate(360deg);}
			}

			@-webkit-keyframes UandD {
			0% {top: 100px;}
			8% {top: 100px;}
			15% {top: 0px;}
			30% {top: 0px;}
			37% {top: 100px;}
			100% {top: 100px;}
			}
			#botT1 {-webkit-animation: UandD 8s ease-in-out 0s infinite normal;}
			#botT2 {-webkit-animation: UandD 9s ease-in-out 8s infinite normal,
			gone 8s linear 0s 1 normal;}
			#botT3 {-webkit-animation: UandD 7s ease-in-out 7s infinite normal,
			gone 7s linear 0s 1 normal;}
			#botT4 {-webkit-animation: UandD 9s ease-in-out 5.5s infinite normal,
			gone 5.5s linear 0s 1 normal;}

			#botM1 {-webkit-animation: UandD 7s ease-in-out 5s infinite normal,
			gone 5s linear 0s 1 normal;}
			#botM2 {-webkit-animation: UandD 8s ease-in-out 3s infinite normal,
			gone 3s linear 0s 1 normal;}
			#botM3 {-webkit-animation: UandD 11s ease-in-out 0s infinite normal,
			gone 0s linear 0s 1 normal;}
			#botM4 {-webkit-animation: UandD 9s ease-in-out 2s infinite normal,
			gone 2s linear 0s 1 normal;}

			#botB1 {-webkit-animation: UandD 9s ease-in-out 6s infinite normal,
			gone 6s linear 0s 1 normal;}
			#botB2 {-webkit-animation: UandD 8s ease-in-out 22.5s infinite normal,
			gone 2.5s linear 0s 1 normal;}
			#botB3 {-webkit-animation: UandD 7s ease-in-out 1.5s infinite normal,
			gone 1.5s linear 0s 1 normal;}
			#botB4 {-webkit-animation: UandD 9s ease-in-out 4s infinite normal,
			gone 4s linear 0s 1 normal;}

/* ziggy-squashed */
			@-webkit-keyframes wagziggy {
			0% {-webkit-transform: rotate(-10deg);}
			50% {-webkit-transform: rotate(10deg);}
			100% {-webkit-transform: rotate(-10deg);}
			}
			#squashed {-webkit-animation: wagziggy 2s ease-in-out 0s infinite normal;}

/* broken */
			@-webkit-keyframes movebroken {
			0% {left: 3px;}
			50% {left: 43px;}
			100% {left: 3px;}
			}
			#broken {-webkit-animation: movebroken 2s linear 0s infinite normal;}

/* xx */
			@-webkit-keyframes bobxx {
			0% {top: 50px;}
			50% {top: 65px;}
			100% {top: 50px;}
			}
			#xx {-webkit-animation: bobxx 1s ease-in-out 0s infinite normal;}

/* bobber */
			@-webkit-keyframes bobhead {
			0% {top: 46px;}
			50% {top: 30px;}
			100% {top: 46px;}
			}
			#bobber2 {-webkit-animation: bobhead .75s ease-in-out 0s infinite normal;}

/* spinner */
			@-webkit-keyframes moveeye {
			0% {left: 30px; opacity: 1;}
			50% {left: 51px; opacity: 1;}
			51% {left: 51px; opacity: 0;}
			100% {left: 30px; opacity: 0;}
			}
			#spinner2 {-webkit-animation: moveeye 1s linear 0s infinite normal;}
			#spinner3 {-webkit-animation: moveeye 1s linear .175s infinite normal;}

			@-webkit-keyframes moveteeth {
			0% {left: 28px;}
			100% {left: 33px;}
			}
			#spinner4 {-webkit-animation: moveteeth .125s linear 0s infinite normal;}

/* runner */
			@-webkit-keyframes moverunner {
			0% {left: 23px;}
			15% {left: -50px;}
			100% {left: 1200px;}
			}
			@-webkit-keyframes hop1 {
			0% {top: 45px;}
			100% {top: -60px;}
			}
			@-webkit-keyframes hop2 {
			0% {top: -60px;}
			100% {top: -20px;}
			}
			#runner {-webkit-animation: moverunner 6s ease-in-out 0s 1 normal,
			hop1 .5s ease-out 0s 1 normal,
			hop2 .35s ease-in .5s 1 normal,
			ungone 6s linear 0s 1 normal;}

/* runner2 */
			@-webkit-keyframes turnrunner {
			0% {-webkit-transform: rotate(0deg);}
			70% {-webkit-transform: rotate(180deg);}
			100% {-webkit-transform: rotate(180deg);}
			}
			@-webkit-keyframes hop3 {
			0% {top: 45px;}
			100% {top: -150px;}
			}
			@-webkit-keyframes hop4 {
			0% {top: -150px;}
			100% {top: 80px;}
			}
			#runner2 {-webkit-animation: turnrunner 1s ease-in-out .25s 1 normal,
			hop3 .5s ease-out 0s 1 normal,
			hop4 .65s ease-in .5s 1 normal,
			ungone 1.1s linear 0s 1 normal;}

/* boom */
			@-webkit-keyframes kaboom1 {
			0% {left: 40px; top: 60px; width: 12px; height: 12px;}
			5% {left: -20px; top: 10px; width: 120px; height: 123px; opacity: 1;}
			100% {left: -20px; top: 10px; width: 120px; height: 123px; opacity: 0;}
			}
			#boom1 {-webkit-animation: kaboom1 4s ease-out 0s 1 normal,
			ungone 4s linear 0s 1 normal;}

			@-webkit-keyframes kaboom2 {
			0% {left: 40px; top: 60px; width: 12px; height: 12px;}
			5% {left: -26px; top: 2px; width: 120px; height: 123px;}
			100% {left: -26px; top: 2px; width: 120px; height: 123px;}
			}
			#boom2 {-webkit-animation: kaboom2 1s linear 0s 1 normal,
			ungone .25s linear 0s 1 normal;}

/* ghost */
			@-webkit-keyframes moveghost1 {
			0% {top: 45px;}
			100% {top: 0px;}
			}
			@-webkit-keyframes moveghost2 {
			0% {top: 0px;}
			25% {top: -100px;}
			50% {top: -30px;}
			75% {top: -70px;}
			100% {top: 0px;}
			}
			@-webkit-keyframes moveghost3 {
			0% {left: 23px;}
			50% {left: -300px;}
			85% {left: 200px;}
			100% {left: 23px;}
			}
			#ghost {-webkit-animation: moveghost1 2s ease-in-out 0s 1 normal,
			moveghost2 13s ease-in-out 2s infinite normal,
			moveghost3 20s ease-in-out 2s infinite normal,
			ungone 1s linear 0s infinite normal;}

/* headoff */
			@-webkit-keyframes moveheadoff {
			0% {left: 25px;}
			100% {left: -50px;}
			}
			@-webkit-keyframes pop1 {
			0% {top: 45px;}
			100% {top: 0px;}
			}
			@-webkit-keyframes pop2 {
			0% {top: 0px;}
			75% {top: 60px;}
			87% {top: 50px;}
			100% {top: 60px;}
			}
			#headoff1 {-webkit-animation: moveheadoff .75s ease-in-out 0s 1 normal,
			pop1 .3s ease-out 0s 1 normal,
			pop2 .45s ease-in .3s 1 normal,
			spin .75s linear 0s 1 reverse,
			ungone 1s linear 0s infinite normal;}

/* rocket */
			@-webkit-keyframes launchrocket {
			0% {top: 45px;}
			100% {top: -1200px;}
			}
			#rocket {-webkit-animation: launchrocket 2s ease-in 0s 1 normal,
			ungone 2s linear 0s 1 normal;}

/* stars */
			@-webkit-keyframes eyes {
			0% {left: 34px;}
			50% {left: 38px;}
			100% {left: 34px;}
			}
			#stars2 {-webkit-animation: eyes 1s linear 0s infinite normal;}
			#stars3 {-webkit-animation: spin 4s linear 0s infinite normal;}

/* wobbler */
			@-webkit-keyframes wobbledown {
			0% {top: 45px;}
			100% {top: 100px;}
			}
			@-webkit-keyframes wobble {
			0% {left: 23px;}
			25% {left: 15px;}
			75% {left: 35px;}
			100% {left: 23px;}
			}
			#wobbler {-webkit-animation: wobbledown 3s ease-in 0s 1 normal,
			wobble .25s ease-in 0s 20 normal,
			ungone 3s linear 0s 1 normal;}

/* moz */
/* basic bits */

			@-moz-keyframes gone {
			0% {visibility: hidden;}
			100% {visibility: hidden;}
			}
			@-moz-keyframes ungone {
			0% {visibility: visible;}
			100% {visibility: visible;}
			}
			@-moz-keyframes spin {
			0% {-moz-transform: rotate(0deg);}
			100% {-moz-transform: rotate(360deg);}
			}

			@-moz-keyframes UandD {
			0% {top: 100px;}
			8% {top: 100px;}
			15% {top: 0px;}
			30% {top: 0px;}
			37% {top: 100px;}
			100% {top: 100px;}
			}
			#botT1 {-moz-animation: UandD 8s ease-in-out 0s infinite normal;}
			#botT2 {-moz-animation: UandD 9s ease-in-out 8s infinite normal,
			gone 8s linear 0s 1 normal;}
			#botT3 {-moz-animation: UandD 7s ease-in-out 7s infinite normal,
			gone 7s linear 0s 1 normal;}
			#botT4 {-moz-animation: UandD 9s ease-in-out 5.5s infinite normal,
			gone 5.5s linear 0s 1 normal;}

			#botM1 {-moz-animation: UandD 7s ease-in-out 5s infinite normal,
			gone 5s linear 0s 1 normal;}
			#botM2 {-moz-animation: UandD 8s ease-in-out 3s infinite normal,
			gone 3s linear 0s 1 normal;}
			#botM3 {-moz-animation: UandD 11s ease-in-out 0s infinite normal,
			gone 0s linear 0s 1 normal;}
			#botM4 {-moz-animation: UandD 9s ease-in-out 2s infinite normal,
			gone 2s linear 0s 1 normal;}

			#botB1 {-moz-animation: UandD 9s ease-in-out 6s infinite normal,
			gone 6s linear 0s 1 normal;}
			#botB2 {-moz-animation: UandD 8s ease-in-out 22.5s infinite normal,
			gone 2.5s linear 0s 1 normal;}
			#botB3 {-moz-animation: UandD 7s ease-in-out 1.5s infinite normal,
			gone 1.5s linear 0s 1 normal;}
			#botB4 {-moz-animation: UandD 9s ease-in-out 4s infinite normal,
			gone 4s linear 0s 1 normal;}

/* ziggy-squashed */
			@-moz-keyframes wagziggy {
			0% {-moz-transform: rotate(-10deg);}
			50% {-moz-transform: rotate(10deg);}
			100% {-moz-transform: rotate(-10deg);}
			}
			#squashed {-moz-animation: wagziggy 2s ease-in-out 0s infinite normal;}

/* broken */
			@-moz-keyframes movebroken {
			0% {left: 3px;}
			50% {left: 43px;}
			100% {left: 3px;}
			}
			#broken {-moz-animation: movebroken 2s linear 0s infinite normal;}

/* xx */
			@-moz-keyframes bobxx {
			0% {top: 50px;}
			50% {top: 65px;}
			100% {top: 50px;}
			}
			#xx {-moz-animation: bobxx 1s ease-in-out 0s infinite normal;}

/* bobber */
			@-moz-keyframes bobhead {
			0% {top: 46px;}
			50% {top: 30px;}
			100% {top: 46px;}
			}
			#bobber2 {-moz-animation: bobhead .75s ease-in-out 0s infinite normal;}

/* spinner */
			@-moz-keyframes moveeye {
			0% {left: 30px; opacity: 1;}
			50% {left: 51px; opacity: 1;}
			51% {left: 51px; opacity: 0;}
			100% {left: 30px; opacity: 0;}
			}
			#spinner2 {-moz-animation: moveeye 1s linear 0s infinite normal;}
			#spinner3 {-moz-animation: moveeye 1s linear .175s infinite normal;}

			@-moz-keyframes moveteeth {
			0% {left: 28px;}
			100% {left: 33px;}
			}
			#spinner4 {-moz-animation: moveteeth .125s linear 0s infinite normal;}

/* runner */
			@-moz-keyframes moverunner {
			0% {left: 23px;}
			15% {left: -50px;}
			100% {left: 1200px;}
			}
			@-moz-keyframes hop1 {
			0% {top: 45px;}
			100% {top: -60px;}
			}
			@-moz-keyframes hop2 {
			0% {top: -60px;}
			100% {top: -20px;}
			}
			#runner {-moz-animation: moverunner 6s ease-in-out 0s 1 normal,
			hop1 .5s ease-out 0s 1 normal,
			hop2 .35s ease-in .5s 1 normal,
			ungone 6s linear 0s 1 normal;}

/* runner2 */
			@-moz-keyframes turnrunner {
			0% {-moz-transform: rotate(0deg);}
			70% {-moz-transform: rotate(180deg);}
			100% {-moz-transform: rotate(180deg);}
			}
			@-moz-keyframes hop3 {
			0% {top: 45px;}
			100% {top: -150px;}
			}
			@-moz-keyframes hop4 {
			0% {top: -150px;}
			100% {top: 80px;}
			}
			#runner2 {-moz-animation: turnrunner 1s ease-in-out .25s 1 normal,
			hop3 .5s ease-out 0s 1 normal,
			hop4 .65s ease-in .5s 1 normal,
			ungone 1.1s linear 0s 1 normal;}

/* boom */
			@-moz-keyframes kaboom1 {
			0% {left: 40px; top: 60px; width: 12px; height: 12px;}
			5% {left: -20px; top: 10px; width: 120px; height: 123px; opacity: 1;}
			100% {left: -20px; top: 10px; width: 120px; height: 123px; opacity: 0;}
			}
			#boom1 {-moz-animation: kaboom1 4s ease-out 0s 1 normal,
			ungone 4s linear 0s 1 normal;}

			@-moz-keyframes kaboom2 {
			0% {left: 40px; top: 60px; width: 12px; height: 12px;}
			5% {left: -26px; top: 2px; width: 120px; height: 123px;}
			100% {left: -26px; top: 2px; width: 120px; height: 123px;}
			}
			#boom2 {-moz-animation: kaboom2 1s linear 0s 1 normal,
			ungone .25s linear 0s 1 normal;}

/* ghost */
			@-moz-keyframes moveghost1 {
			0% {top: 45px;}
			100% {top: 0px;}
			}
			@-moz-keyframes moveghost2 {
			0% {top: 0px;}
			25% {top: -100px;}
			50% {top: -30px;}
			75% {top: -70px;}
			100% {top: 0px;}
			}
			@-moz-keyframes moveghost3 {
			0% {left: 23px;}
			50% {left: -300px;}
			85% {left: 200px;}
			100% {left: 23px;}
			}
			#ghost {-moz-animation: moveghost1 2s ease-in-out 0s 1 normal,
			moveghost2 13s ease-in-out 2s infinite normal,
			moveghost3 20s ease-in-out 2s infinite normal,
			ungone 1s linear 0s infinite normal;}

/* headoff */
			@-moz-keyframes moveheadoff {
			0% {left: 25px;}
			100% {left: -50px;}
			}
			@-moz-keyframes pop1 {
			0% {top: 45px;}
			100% {top: 0px;}
			}
			@-moz-keyframes pop2 {
			0% {top: 0px;}
			75% {top: 60px;}
			87% {top: 50px;}
			100% {top: 60px;}
			}
			#headoff1 {-moz-animation: moveheadoff .75s ease-in-out 0s 1 normal,
			pop1 .3s ease-out 0s 1 normal,
			pop2 .45s ease-in .3s 1 normal,
			spin .75s linear 0s 1 reverse,
			ungone 1s linear 0s infinite normal;}

/* rocket */
			@-moz-keyframes launchrocket {
			0% {top: 45px;}
			100% {top: -1200px;}
			}
			#rocket {-moz-animation: launchrocket 2s ease-in 0s 1 normal,
			ungone 2s linear 0s 1 normal;}

/* stars */
			@-moz-keyframes eyes {
			0% {left: 34px;}
			50% {left: 38px;}
			100% {left: 34px;}
			}
			#stars2 {-moz-animation: eyes 1s linear 0s infinite normal;}
			#stars3 {-moz-animation: spin 4s linear 0s infinite normal;}

/* wobbler */
			@-moz-keyframes wobbledown {
			0% {top: 45px;}
			100% {top: 100px;}
			}
			@-moz-keyframes wobble {
			0% {left: 23px;}
			25% {left: 15px;}
			75% {left: 35px;}
			100% {left: 23px;}
			}
			#wobbler {-moz-animation: wobbledown 3s ease-in 0s 1 normal,
			wobble .25s ease-in 0s 20 normal,
			ungone 3s linear 0s 1 normal;}

/* ms */
/* basic bits */

			@-ms-keyframes gone {
			0% {visibility: hidden;}
			100% {visibility: hidden;}
			}
			@-ms-keyframes ungone {
			0% {visibility: visible;}
			100% {visibility: visible;}
			}
			@-ms-keyframes spin {
			0% {-ms-transform: rotate(0deg);}
			100% {-ms-transform: rotate(360deg);}
			}

			@-ms-keyframes UandD {
			0% {top: 100px;}
			8% {top: 100px;}
			15% {top: 0px;}
			30% {top: 0px;}
			37% {top: 100px;}
			100% {top: 100px;}
			}
			#botT1 {-ms-animation: UandD 8s ease-in-out 0s infinite normal;}
			#botT2 {-ms-animation: UandD 9s ease-in-out 8s infinite normal,
			gone 8s linear 0s 1 normal;}
			#botT3 {-ms-animation: UandD 7s ease-in-out 7s infinite normal,
			gone 7s linear 0s 1 normal;}
			#botT4 {-ms-animation: UandD 9s ease-in-out 5.5s infinite normal,
			gone 5.5s linear 0s 1 normal;}

			#botM1 {-ms-animation: UandD 7s ease-in-out 5s infinite normal,
			gone 5s linear 0s 1 normal;}
			#botM2 {-ms-animation: UandD 8s ease-in-out 3s infinite normal,
			gone 3s linear 0s 1 normal;}
			#botM3 {-ms-animation: UandD 11s ease-in-out 0s infinite normal,
			gone 0s linear 0s 1 normal;}
			#botM4 {-ms-animation: UandD 9s ease-in-out 2s infinite normal,
			gone 2s linear 0s 1 normal;}

			#botB1 {-ms-animation: UandD 9s ease-in-out 6s infinite normal,
			gone 6s linear 0s 1 normal;}
			#botB2 {-ms-animation: UandD 8s ease-in-out 22.5s infinite normal,
			gone 2.5s linear 0s 1 normal;}
			#botB3 {-ms-animation: UandD 7s ease-in-out 1.5s infinite normal,
			gone 1.5s linear 0s 1 normal;}
			#botB4 {-ms-animation: UandD 9s ease-in-out 4s infinite normal,
			gone 4s linear 0s 1 normal;}

/* ziggy-squashed */
			@-ms-keyframes wagziggy {
			0% {-ms-transform: rotate(-10deg);}
			50% {-ms-transform: rotate(10deg);}
			100% {-ms-transform: rotate(-10deg);}
			}
			#squashed {-ms-animation: wagziggy 2s ease-in-out 0s infinite normal;}

/* broken */
			@-ms-keyframes movebroken {
			0% {left: 3px;}
			50% {left: 43px;}
			100% {left: 3px;}
			}
			#broken {-ms-animation: movebroken 2s linear 0s infinite normal;}

/* xx */
			@-ms-keyframes bobxx {
			0% {top: 50px;}
			50% {top: 65px;}
			100% {top: 50px;}
			}
			#xx {-ms-animation: bobxx 1s ease-in-out 0s infinite normal;}

/* bobber */
			@-ms-keyframes bobhead {
			0% {top: 46px;}
			50% {top: 30px;}
			100% {top: 46px;}
			}
			#bobber2 {-ms-animation: bobhead .75s ease-in-out 0s infinite normal;}

/* spinner */
			@-ms-keyframes moveeye {
			0% {left: 30px; opacity: 1;}
			50% {left: 51px; opacity: 1;}
			51% {left: 51px; opacity: 0;}
			100% {left: 30px; opacity: 0;}
			}
			#spinner2 {-ms-animation: moveeye 1s linear 0s infinite normal;}
			#spinner3 {-ms-animation: moveeye 1s linear .175s infinite normal;}

			@-ms-keyframes moveteeth {
			0% {left: 28px;}
			100% {left: 33px;}
			}
			#spinner4 {-ms-animation: moveteeth .125s linear 0s infinite normal;}

/* runner */
			@-ms-keyframes moverunner {
			0% {left: 23px;}
			15% {left: -50px;}
			100% {left: 1200px;}
			}
			@-ms-keyframes hop1 {
			0% {top: 45px;}
			100% {top: -60px;}
			}
			@-ms-keyframes hop2 {
			0% {top: -60px;}
			100% {top: -20px;}
			}
			#runner {-ms-animation: moverunner 6s ease-in-out 0s 1 normal,
			hop1 .5s ease-out 0s 1 normal,
			hop2 .35s ease-in .5s 1 normal,
			ungone 6s linear 0s 1 normal;}

/* runner2 */
			@-ms-keyframes turnrunner {
			0% {-ms-transform: rotate(0deg);}
			70% {-ms-transform: rotate(180deg);}
			100% {-ms-transform: rotate(180deg);}
			}
			@-ms-keyframes hop3 {
			0% {top: 45px;}
			100% {top: -150px;}
			}
			@-ms-keyframes hop4 {
			0% {top: -150px;}
			100% {top: 80px;}
			}
			#runner2 {-ms-animation: turnrunner 1s ease-in-out .25s 1 normal,
			hop3 .5s ease-out 0s 1 normal,
			hop4 .65s ease-in .5s 1 normal,
			ungone 1.1s linear 0s 1 normal;}

/* boom */
			@-ms-keyframes kaboom1 {
			0% {left: 40px; top: 60px; width: 12px; height: 12px;}
			5% {left: -20px; top: 10px; width: 120px; height: 123px; opacity: 1;}
			100% {left: -20px; top: 10px; width: 120px; height: 123px; opacity: 0;}
			}
			#boom1 {-ms-animation: kaboom1 4s ease-out 0s 1 normal,
			ungone 4s linear 0s 1 normal;}

			@-ms-keyframes kaboom2 {
			0% {left: 40px; top: 60px; width: 12px; height: 12px;}
			5% {left: -26px; top: 2px; width: 120px; height: 123px;}
			100% {left: -26px; top: 2px; width: 120px; height: 123px;}
			}
			#boom2 {-ms-animation: kaboom2 1s linear 0s 1 normal,
			ungone .25s linear 0s 1 normal;}

/* ghost */
			@-ms-keyframes moveghost1 {
			0% {top: 45px;}
			100% {top: 0px;}
			}
			@-ms-keyframes moveghost2 {
			0% {top: 0px;}
			25% {top: -100px;}
			50% {top: -30px;}
			75% {top: -70px;}
			100% {top: 0px;}
			}
			@-ms-keyframes moveghost3 {
			0% {left: 23px;}
			50% {left: -300px;}
			85% {left: 200px;}
			100% {left: 23px;}
			}
			#ghost {-ms-animation: moveghost1 2s ease-in-out 0s 1 normal,
			moveghost2 13s ease-in-out 2s infinite normal,
			moveghost3 20s ease-in-out 2s infinite normal,
			ungone 1s linear 0s infinite normal;}

/* headoff */
			@-ms-keyframes moveheadoff {
			0% {left: 25px;}
			100% {left: -50px;}
			}
			@-ms-keyframes pop1 {
			0% {top: 45px;}
			100% {top: 0px;}
			}
			@-ms-keyframes pop2 {
			0% {top: 0px;}
			75% {top: 60px;}
			87% {top: 50px;}
			100% {top: 60px;}
			}
			#headoff1 {-ms-animation: moveheadoff .75s ease-in-out 0s 1 normal,
			pop1 .3s ease-out 0s 1 normal,
			pop2 .45s ease-in .3s 1 normal,
			spin .75s linear 0s 1 reverse,
			ungone 1s linear 0s infinite normal;}

/* rocket */
			@-ms-keyframes launchrocket {
			0% {top: 45px;}
			100% {top: -1200px;}
			}
			#rocket {-ms-animation: launchrocket 2s ease-in 0s 1 normal,
			ungone 2s linear 0s 1 normal;}

/* stars */
			@-ms-keyframes eyes {
			0% {left: 34px;}
			50% {left: 38px;}
			100% {left: 34px;}
			}
			#stars2 {-ms-animation: eyes 1s linear 0s infinite normal;}
			#stars3 {-ms-animation: spin 4s linear 0s infinite normal;}

/* wobbler */
			@-ms-keyframes wobbledown {
			0% {top: 45px;}
			100% {top: 100px;}
			}
			@-ms-keyframes wobble {
			0% {left: 23px;}
			25% {left: 15px;}
			75% {left: 35px;}
			100% {left: 23px;}
			}
			#wobbler {-ms-animation: wobbledown 3s ease-in 0s 1 normal,
			wobble .25s ease-in 0s 20 normal,
			ungone 3s linear 0s 1 normal;}

