estiramiento de fondo y no repetir
html {
height: 100%;
}
body {
height: 100%;
margin: 0;
background-repeat: no-repeat;
background-attachment: fixed;
}
Cheerful Chimpanzee