Your background CSS is pretty badly borked, don't know if that'd be catastropic but it's not good form.
Replace:
background:url(
http://www.prenatalyogacenter.com/fo...pyc_button.gif) no-repeat scroll 0%
With:
Code:
background:transparent url(http://www.prenatalyogacenter.com/forums/images/buttons/pyc_button.gif) center center no-repeat;
Note I added the missing closing ; as well.