* {margin:0; padding:0;font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;}
#main {width:600px; height:420px; background:#96dff9; margin:20px auto; position:relative; overflow:hidden;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select:none;-ms-user-select: none;
user-select: none;}
#timeline {width:600px; height:360px; position:absolute; top:0; left:0;}

@-webkit-keyframes footerAnimation {
   0% { background-position: 0px 0px; }
   100% { background-position: -585px 0px; }
}
@-moz-keyframes footerAnimation {
   0% { background-position: 0px 0px; }
   100% { background-position: -585px 0px; }
}
@keyframes footerAnimation {
   0% { background-position: 0px 0px; }
   100% { background-position: -585px 0px; }
}
#footer {width:600px; height:52px; position:absolute; top:368px; left:0; background:#9ac571;}
.footer {width:600px; height:60px; background:url('http://s.plurk.com/maintenance/img/footer.png'); position:absolute; top:-30px; left:0;
   -webkit-animation: footerAnimation 2200ms linear infinite;
   animation: footerAnimation 2200ms linear infinite; }

#player {width:26px; height:26px; position:absolute; top:100px; left:140px;}
.playerImg {width:76px; height:32px; margin-left:-25px; margin-top:-3px;}
.playerDieImg {width:76px; height:34px; margin-left:-25px; margin-top:-4px; display:none;}

.plurk {background:#FFF; position:absolute; font-size:13px; line-height:26px; padding-left:12px; border:1px solid; border-top-color:#BBB; border-left-color:#BBB; border-right-color:#999; border-bottom-color:#999; height:26px !important; width:188px !important;}
.avatar {width:20px; height:20px; position:absolute; left:-20px; top:0px; background:#621;}

#score {position:absolute; width:200px; text-align:right; top:2px; right:2px; color:#FFF; font-weight:bold;}

#startScreen {position:absolute; width:300px; height : 400px; text-align:center; top:170px; left:6px; color:#FFF; font-weight:bold; line-height: 30px; font-size:14px;}

#endScreen {position:absolute; width:400px; height:250px; top:30px; left:80px; padding:20px; border-radius: 10px; border:#e16919 10px solid; display:none; background:#FFF url(http://s.plurk.com/maintenance/img/gameover_c.png) no-repeat bottom right;}
#endScreen .gameover {background:url('http://s.plurk.com/maintenance/img/gameover.png') no-repeat; width:400px; height:43px; margin-top:10px;}
#endScreen .dieImage {margin-top:35px; margin-left:53px;}
#endScreen .scoreTitle {font-size:20px; font-weight:bold; color:#e16919; margin-top:25px; width:210px; text-align:center; }
#endScreen .scoreNumber {font-size:46px; font-weight:bold; color:#e16919; margin-top:10px;width:210px; text-align:center; }
#endScreen .gameoverHint {color:#FFF; font-weight:bold; line-height: 30px; font-size:14px; margin-top:70px; text-align:center;}
