Хорошей идеей было бы немного изменить структуру HTML.
<body>
<div class="content-wrapper">
<!-- All your HTML goes here -->
</div>
<div class="text-wrapper">
<!-- Your required text comes here -->
</div>
</body>
Затем вы можете изменить свой CSS.
body .content-wrapper { background-image: url(/picture.jpg); }
Надеюсь, что это поможет.