Bueno, esta es la forma en que yo lo haría:
Código html:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
.imagen{position:absolute; z-index:1; width:100%; height:100%;}
.contenido{ width:800px; height:300px; border:1px solid #333; margin:0 auto; position:relative; z-index:2}
<img class="imagen" src="Imagen de un apretón de manos, un blanco y un negro.jpg" /> Aqui va el contenido