Sticky footer with two background images

I want to add a contact button, a button for yelp, a button for kudzu, a button for twitter, Facebook etc. in the header (which is a h1 tag).

Should I add the markup inside the H1 tag or should add it after the h1 tag and place the button over the header with CSS?

What is the best way to add the button? is the code above ok?

Thanks.

That starts to sound like a LIST of buttons, so it should be LIST tags… if you have a perfectly good ID around it what do you need the class on the anchor for… and for that matter is the DIV even necessary?