#divMeny
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: cadetblue;
    z-index: 100;
}




#divAmmo{
    position: absolute;
    left: 50px;
    top: 50px;
    width: 200px;
    height: 40px;
    background-color: red;
}

#divPoeng{
    position: absolute;
    left: 300px;
    top: 50px;
    height: 40px;
    width: 200px;
    background-color: green;
}

#divSpel{
    position: absolute;
    left: 50px;
    top: 100px;
    width: 450px;
    height: 380px;
    background-color: gray;
}