.bg-pattern {
    position: fixed;
    background-image: url(../images/bg-pattern.png);
    background-repeat: repeat;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}