Zrobiłem jak mówiłeś czyli wyciągnąłem z headera i kolumn tło i przełożyłem do body.
body {
background: url("http://ekopcja.xaa.pl/themes/default-bootstrap/img/tlo.png") repeat-y right, url("http://ekopcja.xaa.pl/themes/default-bootstrap/img/tlo.png") repeat-y left;
top: 0;
position: fixed;
left: 0;
min-width: 100%;
min-height: 100%;
z-index: -1;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 1.42857;
color: #777777;
background-color: #fff; }
position: fixed;
rozkrzacza układ strony, a bez tego tło nadal nie pojawia się w headerze.