#testing {
    color: blue;
}

#graffiti-splashscreen {
    font-family: sans-serif;
    font-style: normal;
    text-align: center;
    color: black;
    position: fixed;
    z-index: 2147483640;
    top: 20px;
    width: 50pc;
    margin: auto 0;
    background-color: white;
    border: 2px solid black;
}

#graffiti-splashscreen h2 {
    font-size: 30pt;
}
#graffiti-splashscreen p {
    font-size: 20pt;
}

.graffito-sprite {
    position: absolute;
    z-index: 2147483641;
    background: url('img/stencils2.png') no-repeat top left
}
.rat-boombox {
    background-position: -21px -10px;
    width: 150px;
    height: 170px;
}

.rat-cutter {
    background-position: -175px -10px;
    width: 136px;
    height: 170px;
}

.rat-launcher {
    background-position: -312px -10px;
    width: 150px;
    height: 170px;
}

.rat-parachute {
    background-position: -13px -180px;
    width: 150px;
    height: 170px;
}

.rat-dish {
    background-position: -165px -180px;
    width: 136px;
    height: 170px;
}

.rat-umbrella {
    background-position: -309px -180px;
    width: 160px;
    height: 170px;
}
