

.indexAnimation#animTest {
    position: absolute;
    top: 100px;
    width: 33%;
    left:150%;

    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    pointer-events: none;
}

.indexAnimation#greatGame {
    position: absolute;
    bottom: -70px;
    width: 32%;
    left:35%;

    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    pointer-events: none;
}

.indexAnimation#welcome {
    position: absolute;
    top: -160px;
    width: 40%;
    left:30%;

    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    pointer-events: none;
}  

.indexAnimation#saucers {
    position: absolute;
    width: 80%;
    height: auto;
    width: auto\9; /* ie8 */

    z-index: 0;
    pointer-events: none;
} 

.indexAnimation#jumpUp {
    position: absolute;
    border-color: yellow;
    border-style: dashed;
    width: 40%;
    height: auto;
    width: auto\9; /* ie8 */

    z-index: 0;
    pointer-events: none;
} 

.indexAnimation#walkAcross {
    position: fixed;
    bottom: -80px;
    width: 30%;
    left: 0%;
    width: 100%;
    height: auto;
    width: auto\9; /* ie8 */

    z-index: -6;
    pointer-events: none;
} 

