@font-face 
 {
    font-family: 'HoboStd';
    src: url(../meteor_maze/HarlequinFLF.ttf) format('truetype');
 }
 
.hobo
{
    font-family: 'HoboStd',Lucida Grande, Verdana, Arial, Sans-Serif;
}

.yourself
{
    position: absolute;
    top: 560px;
    left: 47px;
}

.enemy
{
    position: absolute;
    top: 585px;
    left: 235px;
}

.space_mines
{
    position: absolute;
    top: 693px;
    left: 55px;
}

.shield
{
    position: absolute;
    top: 472px;
    left: 30px;
}

.end
{
    position: absolute;
    top: 478px;
    left: 365px;
}

.ammo
{
    position: absolute;
    top: 470px;
    left: 575px;
}

.shield_refill
{
    position: absolute;
    top: 653px;
    left: 348px;
}

.power_ammo
{
    position: absolute;
    top: 977px;
    left: 39px;
}

.collect_ammo
{
    position: absolute;
    top: 987px;
    left: 217px;
}

.avoid_meteors
{
    position: absolute;
    top: 855px;
    left: 245px;
}

.bottom
{
    position: absolute;
    top: 985px;
    left: 505px;
}

.upside_down
{
    position: absolute;
    top: 850px;
    left: 565px;
}