Pues mira entrando al codigo y al css de la pagina que mencionas me encontre con esto:
CODIGO HTML
<div id="backgroundImage">
<div>
<table cellspacing="0" cellpadding="0">
<tr>
<td>
<img alt="Bg-home" src="/images/bg-home.jpg?1274920164" />
</td>
</tr>
</table>
</div>
</div>
CODIGO CSS
html, body, #backgroundImage,
#backgroundImage table, #backgroundImage td {
height: 100%;
overflow: hidden;
width: 100%
}
#backgroundImage div {
height: 200%;
left: -50%;
position: absolute;
top: -50%;
width: 200%;
z-index: -200;
}
#backgroundImage td {
text-align: center;
vertical-align: middle
}
#backgroundImage img {
margin: 0 auto;
min-height: 50%;
min-width: 50%
}
Crea una pagina web para probar ese codigo.