<style>
DIV.block {
background: #fff url(images/fon_all.gif) repeat-y;
width: 400px;
}
DIV.block DIV {
background: url(images/fon_small.gif) left top no-repeat;
padding: 10px;
}
</style>
...
<div class="block">
<div>
Может какой-то текст ;)
</div>
</div>