Don't go crazy with these, but they might help.
/* fixed (non-scrolling) background */
body{
background-attachment:fixed
}
/* centered at tope background image */
body{
background-position:top center;
}
/* center module transparency */
div.moduleMid {
background-color:transparent;
}
div.blogsModule ul li.odd{
background-color:#fcf5bf;
}
div.blogsModule ul.moduleList,
div.blogsModule ul.moduleList li{
border-color:#ccc;
}
div.column1 div.module{
background-color: #d9f0ec;
}