
#intro{
    width:100%;
    height:100%;
    position:relative;
}
.spaceship{
    float:left;
    position: absolute;
    width:4%;
    height: 8%;
}
.spaceship#first{
    top:10%;
    left:2%;
}
.spaceship#second{
    top:6%;
    left:15%;
}
.spaceship#third{
    top:15%;
    left:10%;
}


#player{
    position: absolute;
    float:left;
    width:8%;
    height:14%;
    top:25%;
    left:5%;
}

#t1{
    font-size: 400%;
    text-align: center;
    color:#5f0;
    margin-top: 1%;
}
#t2{
    font-size: 150%;
    text-align: center;
    color:#5f0;
    margin-top: 3%;
    margin-bottom: 0%;
}
#box{
    display:inline-block;
    border:5% solid #5f0;
    width:50%;
    height:25%;
    position:absolute;
    top:10%;
    left:25%;
    border:#5f0 solid 10px;
}

#skeleton{
    width:10%;
    height:20%;
    position: absolute;
    left:90%;
    top:15%;
}

#player2{
    width:15%;
    height:30%;
    position: absolute;
    left:75%;
    top:9%;
}

#planCreatePlay{
    width:99%;
    height:60%;
    position:absolute;
    top:40%;
}