You can do this with styles. Simply create a container, set its background, create a content holder within the container and set some padding.
<div class="side-container">
<div class="inside-content">
your content goes here
</div>
</div>
View the source of the page or inspect that element using Firebug or something similar. This should help you out.