html, body {
    height:100%;
} 

body {
    background-color: #020100;
    background-image: url('/img/background.png');
    background-size: auto 100%;
    background-repeat: repeat;
    background-position: left top;
}


.block {

    margin-left: auto;
    margin-right: auto;
    max-width: 72%;
/*    background-color: darkseagreen; */
    margin-top: 0;

}


#shout, #ok {

    text-align: center;
    color: #ff9900;
    font-size: xx-large;

}

#ok {
    position: fixed;
    width: 50%;
    z-index: -30;
    left: 0;
    opacity: 0.3;
    right: 0;
    bottom: 0;
}

#moss {

    max-width: 70%;
    position: fixed;
    bottom: 0;
    right: 0;
    max-height: 60%;

}
