As far as I can see, you still have .centerColumn unchanged in your stylesheet, although the display has changed:
Code:
.centerColumn {
background-image: url(../images/nirvanagrandopeningsale.jpg);
background-repeat: repeat-x;
height: 90px;
margin:0;
padding-top: 0;
}
On your product page, it appears that everything except the product main image is moving down to comply with the padding. This doesn't make sense. Unfortunately I don't have any more time right now to figure it out. Hope someone can step in.