@keyframes bgp1 {
    0%   {background-image: url(../img/nkb.jpg);}
    50%  {background-image: url(../img/dmb.jpg)}
    75% {background-image: url(../img/isb.jpg);}
    100%   {background-image: url(../img/nkb.jpg);}
}

body{
    animation-name: bgp1;
    animation-duration: 40s;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    animation-iteration-count: infinite;
}

#loggrb {
    background-color: transparent;
    width: 100%;
    height: 30vh;
    margin-bottom: 1%;
    background-image: url(../img/grbwb.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cem {
    height: 40vh;
}

td.top {vertical-align: top;}