#custom-bg-main {
    background-color: #425752;
    background-image: url("/static/background.jpg");
    background-repeat: repeat;         /* tiles the image */
    background-size: 50px 50px;      /* sets size of each tile */
    background-attachment: fixed;
}