#game
{
    width: 600px;
    height: 400px;
    background: url(images/ribs.png);
    position: relative;
    overflow: hidden;
}

#redcells
{
    height: 100%;
    background: url(images/redcells.png) 0 0 repeat-x;
}

#heart,
#wave
{
    width: 105px;
    height: 80px;
    background: url(images/hearts.png);
    position: absolute;
    top: 120px;
    left: 320px;
}

#heart
{
    background-position: top left;
}

#wave
{
    display: none;
    background-position: top right;
}

.whitecell
{
    width: 60px;
    height: 70px;
    background: url(images/whitecell.png);
    position: absolute;
    top: -60px;
    left: -70px;
}

#timer
{
    position: absolute;
    top: 0;
    right: 0;
    width: 5em;
    color: white;
    font-family: sans-serif;
    font-size: 2em;
}