@font-face {
    font-family: prstartk;
    src: url(prstartk.ttf);
}
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #000;
    color: #fff;
    font-family: verdana, arial;
    font-size: 10px;
    overflow: hidden;
}
#wrapper {
    position: relative;
    width: 960px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
}
#game-embed {
    position: absolute;
    z-index: 15;
}
#canvas {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: url(background.jpg);
    background-color: #000;
}
div#logo {
    width: 256px;
    height: 64px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    text-align: center;
    background-image: url(miniclip.png);
}
div#progress {
    position: absolute;
    width: 512px;
    height: 12px;
    top: 512px;
    left: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 10;
}
div#emptyBar {
    position: relative;
    left: -50%;
    width: 512px;
    height: 12px;
    z-index: 11;
    background-color: #666;
}
div#fullBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 12px;
    z-index: 11;
    background-color: red;
}
div#progressInfo {
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin-top: 20px;
    z-index: 11;
    font-family: prstartk;
    font-size: 16px;
    color: #fff;
}
