Here is my codes for the center boxes:
.centerBoxWrapper{ margin: 20px 0 0 0; }
.centerBoxHeading{ margin: 0; padding: 5px; text-align: center; }
#whatsNew { height:auto; height:100%;}
#featuredProducts, #specialsDefault, #whatsNew{ border: 1px solid #FF9933; }
#featuredProducts h2, #specialsDefault h2, #whatsNew h2{ margin: 0; padding: 5px; color: #000000; background: url('../images/sklep_4.gif') repeat-x top left #ff690d; border: 1px solid #FF9933; text-align: center; }
.centerBoxContentsFeatured, .centerBoxContentsSpecials, .centerBoxContentsNew{ margin: 10px 0 5px 0; vertical-align: top; }
.centerBoxContentsFeatured a, .centerBoxContentsSpecials a, .centerBoxContentsNew a{ color: #000000; font-weight: bold; }
.centerBoxContentsFeatured a:hover, .centerBoxContentsSpecials a:hover, .centerBoxContentsNew a:hover{ color: #FF9933; }
#upcomingProductsTable caption{ color: #000000; }
#upcomingProductsTable th{ background: #dddddd; padding-left: 10px; }
#upProductsHeading{ color: #000000; }
#upDateHeading{ color: #000000; }
.rowEven{ background: #e7e7e7; border-top: 1px solid #ffffff; }
.rowOdd{ background: #f6f6f6; border-top: 1px solid #ffffff; }
.rowOdd td, .rowEven td{ padding-left: 10px; }



