BORRÁIS EL PRIMER CÓDIGO QUE VEÁIS:
body {
font: $(body.font);
color: $(body.text.color);
background: $(body.background);
padding: 0 $(content.shadow.spread) $(content.shadow.spread) $(content.shadow.spread);
$(body.background.override)
}
CAMBIÁIS ESE CÓDIGO POR EL SIGUIENTE:
body, html { height: 500px ! important; margin: 0; padding: 0; }
body { margin-top:-150px; background-image: url("URL de imagen de la cabecera");
background-repeat: no-repeat; background-position: center center; }
html { background: url("URL de la imagen del fondo del blog") repeat; }
*Azul: Recomiendo que uséis TinyPic para alojar la imagen que vais a usar en la cabecera.