@charset "UTF-8";
/* CSS Document */
div#page {width:1536px; }
div#page {height:968px; background:url(../images/asteroid-bg.jpg) no-repeat center center; position:relative;}
div#asteroid {width:152px; height:117px; background: url(../images/asteroid.png) no-repeat; position: absolute; top: 850px; left: 890px;}

/* drunk guy falls */
@keyframes float {from {top: 850px;} to {top:820px;}}
@-moz-keyframes float {from {top: 850px;} to {top:820px;}}
@-webkit-keyframes float {from {top: 850px;} to {top:820px;}}

div#asteroid {animation:float 3s ease-in-out infinite alternate; -webkit-animation:float 3s ease-in-out infinite alternate; -moz-animation:float 3s ease-in-out infinite alternate; }
