the problem with your donation button is that its showing the secondary button css with the #user_utility_links css,and for your profile background,you can only change the height but it will also make the status update overlap the buttons under it,so this is what i did to fix all of that. go to look and feel - manage skin set and templates - your skin name in templates go to profiles - customizeProfilefind #customBackground{ and look for height: 500px,change it to the height your want.next find #user_utility_links a{ and add margin-top: 2px; under border: 0; (adjust the margin top px to what looks right to youlast scroll down till you find</if></style>add this just above it.ipsButton_secondary { background: none; }.ipsButton_secondary:hover { background: none; }then save,it should do everything you want.