.dot {
    background-image: url(../../images/dot.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -9999;
}