Yeeeah you're suppose to put the code in style tags.
CODE
<style type="text/css">
table.blogbody {
background-image: url('http://sabian.org/Alice/lg12.gif'); /* image url */
background-position: bottom right; /* display image where you want it to be */
background-repeat: no-repeat; /* repeat or not */
background-color: #ffffff;
width:280px;
}
</style>