body {
    background-image: url('../img/');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    background-color: #1a1a1a;
    padding:0;
    margin:0;
}
