@charset "UTF-8";
/* CSS Document */

div.subpage {padding:0 0 20px 0; margin:0 0 20px 0;   position:relative;}


/* Seven Steps to Slim */
div#figure {width:107px; height:129px; background: url(../images/figure.png) no-repeat; position: absolute; top: 35px; left: 1011px; transform-origin:54px 70px; -webkit-transform-origin:54px 70px; -moz-transform-origin:54px 70px;}
@-moz-keyframes figureshake {from {-moz-transform:rotate(2deg);} to {-moz-transform:rotate(-2deg);}}
@-webkit-keyframes figureshake {from {-webkit-transform:rotate(2deg);} to {-webkit-transform:rotate(-2deg);}}
div#figure {animation:figureshake 0.05s ease-in-out infinite alternate; -webkit-animation:figureshake 0.05s ease-in-out infinite alternate; -moz-animation:figureshake 0.05s ease-in-out infinite alternate;}


/* Speed Bump */
div#pointer {width:21px; height:143px; background: url(../images/pointer.png) no-repeat; position: absolute; top: 660px; left: 1226px; transform-origin:12px 132px; -webkit-transform-origin:12px 132px; -moz-transform-origin:12px 132px;}
div#bar {width:347px; height:51px; background: url(../images/bar.png) no-repeat; position: absolute; top: 780px; left: 1062px;}
@-moz-keyframes pswing {0% {-moz-transform:rotate(-80deg);} 15% {-moz-transform:rotate(-40deg);} 30% {-moz-transform:rotate(-60deg);} 45% {-moz-transform:rotate(-45deg);} 60% {-moz-transform:rotate(-53deg);} 75% {-moz-transform:rotate(-48deg);} 90% {-moz-transform:rotate(-51deg);} 100% {-moz-transform:rotate(-50deg);}}
@-webkit-keyframes pswing {0% {-webkit-transform:rotate(-80deg);} 15% {-webkit-transform:rotate(-40deg);} 30% {-webkit-transform:rotate(-60deg);} 45% {-webkit-transform:rotate(-45deg);} 60% {-webkit-transform:rotate(-56deg);} 75% {-webkit-transform:rotate(-50deg);} 90% {-webkit-transform:rotate(-54deg);} 100% {-webkit-transform:rotate(-53deg);}}
div#pointer {animation:pswing 5.5s ease-in-out; -webkit-animation:pswing 5.5s ease-in-out; -moz-animation:pswing 5.5s ease-in-out; animation-fill-mode:forwards; -moz-animation-fill-mode:forwards; -webkit-animation-fill-mode:forwards;}

