body {
    margin: 0px;
    background-color: #aaf;
}

#tory {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    background-image: url("./grafika/tory.png");
    background-repeat: repeat-x;
    background-position: 0px bottom;
    position: relative;
    overflow: hidden;
}

#ew55 {
    position: absolute;
    bottom: 97px;
    left: -843px;
    z-index: 1;

}

#trakcja {
    position: absolute;

    left: 0px;
    bottom: 50px;
    width: 100%;
    height: 100%;
    background-image: url("./grafika/trakcja500.png");
    background-repeat: repeat-x;
    background-position: -600px bottom;
    z-index: 10;
}

#zyczenia {
    position: absolute;
    bottom: 90px;
    right: 0px;
}

#drzewo {
    position: absolute;
    left: 0px;
    bottom: 50px;
    width: 100%;
    height: 100%;
    background-image: url("./grafika/drzewo1.png");
    background-position: 0px bottom;
    background-repeat: no-repeat;
    z-index: -10;
}

#paralaksa {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-image: url("./grafika/drzewo.png");
    background-position: 0px bottom;
    background-repeat: no-repeat;
    z-index: 999;
}

