body {
    
    background-color: #010101;
}

#Boris {
    width: 800px;
    height: 557px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -270px;
    autopx;
}

#Klick {
    width: 160px;
    height: 160px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -140px;
    margin-top: -50px;
    autopx;
}