A quick and dirty method would be to go to your postbit template (whichever you are using), and locate the line:
HTML Code:
<div class="postbody">
And change it to:
HTML Code:
<div class="postbody" style="background: <vb:if condition="$post['postcount'] & 1">#FFDDDD<vb:else />#DDFFDD</vb:if>">
Change "#FFDDDD" to the background color you want for odd numbered posts and change "#DDFFDD" to the background color you want for even numbered posts.