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

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

#divSpel{
    position: absolute;
    left: 50px;
    top: 120px;
    width: 450px;
    height: 400px;
    background-color: green;
    cursor: crosshair;
}
#divMeny{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: aqua;
    z-index: 100;
    display: none;
}