<style type="text/css">
<!-- Sólo con este código ya funciona, se ha probado en IE 10, Firefox 20, Chrome 31 -->
html,body
{
background: url(testpaisaje1.jpg) no-repeat center center fixed;
-webkit-background-size: cover; /* For WebKit*/
-moz-background-size: cover; /* Mozilla*/
-o-background-size: cover; /* Opera*/
background-size: cover; /* Generic*/
}
</style>