body {
    background-image: url("tencza.jpg");
    background-repeat: repeat;
}

#wszystko {
    height: 500px;
    width: 820px;

    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -410px;
}

