html,
body {
    height: 100%;
}

body {
    background: url(fondo.png);

    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}
