@charset "UTF-8";
/* CSS Document */
div#page {width:1536px; }
div#page {height:913px; background:url(../images/binge-bg.gif) no-repeat bottom center; position:relative;}
div#drunk {width:51px; height:81px; background: url(../images/drunk-guy.png) no-repeat; position: absolute; top: 808px; left: 102px; transform-origin:6px 78px; -webkit-transform-origin:6px 78px; -moz-transform-origin:6px 78px;}

/* drunk guy falls */
@-moz-keyframes fall {from {-moz-transform:rotate(0);} to{-moz-transform:rotate(-90deg);}}
@-webkit-keyframes fall {from {-webkit-transform:rotate(0);} to{-webkit-transform:rotate(-90deg);}}

div#drunk {animation:fall 0.6s ease-in 2s; -webkit-animation:fall 0.6s ease-in 2s; -moz-animation:fall 0.6s ease-in 2s; animation-fill-mode:forwards; -moz-animation-fill-mode:forwards; -webkit-animation-fill-mode:forwards;}
