In Drupal 7 its quite easy to theme a contact page. Simply add a snippet in a custom block which will render the contact form for you.
1. Make sure php filter is enabled as an input filter. Go to admin/config/content/formats and add it if its not there. Most possibly the php filter is disabled and needs to be installed. Its a core module, so no downloading needed, simply use drush:
drush en -y php
