I would suggest making the "Posted by" style different from the node body text. This would improve readability and usability of the info.

For example, miking it in italic looks like a good idea:

div.meta div.submitted {
  float: left;
  font-style: italic;
}

Also, some more margin from the top might be useful.

Comments

fax8’s picture

To allow more spacing from the node contents (right now it just looks like a normal paragraph spacing) you can define 20px of padding-top in div.meta. Like this:

div.meta {
  background: url(images/img07.jpg) repeat-x bottom;
  line-height: normal;
  padding: 20px;
  clear: both;
}