the thing is your body has a repeating background with that pattern going down y, change it to tables
CODE
<!-- begin code provided by createblog.com -->
<style type="text/css">
.blog {
background: url(http://razbus.com/blog/elementsbg.PNG) repeat-y;
</style>
<table width="##px" height="##px" border="0">
<tr><td><img src="top image" usemap="#map"></td></tr>
<tr class="blog"><td>content</td></tr>
<tr><td><img src="bottom image" usemap="#imgmap"></td></tr>
</table>
<!-- end code provided by createblog.com -->
i might have a couple things you can fix in that, i typed it up really quick but i think you get the point