body {
 background-image: url("../img/teller.jpg");
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: center;

    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    color: #ccc;
    margin: 0;
    width: 100%;
    height: 100%;
}
