 #divbg {
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 0;   
    }

 #divembleem { 
    right: 3%;
    top: 4%;
    position: absolute;
    z-index: 10; 
    }

    #opskrif, #skadu{
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    font: bold 3em Century Schoolbook L;
    text-align: center;
    }

    #opskrif{
    margin: 0 auto;
    width: 100%;
    color: #0d1f33;
    z-index: 2;
    }

    #skadu{
    margin: .07em auto;
    width: 100%;
    color: red;
    z-index: 1;
    }

