You have a <div id="contact"> layered on top of some of the text, obscuring it and making it unclickable.
Add this
CSS to see what I mean:
- Code: Select all
div#contact { border: 2px solid red; }
That will outline the offending element, so you can see its position. Better yet, get Firebug.