Se referirá a la foto que he subido yo, o cómo lo ve él desde su pantalla. La solución es sencilla con un poco de html:
<style type="text/css">
body{
background-image: url(imagen.jpg);
background-position : center;
background-repeat : no-repeat;
background-attachment : fixed;
}
</style>