You can place the CMPS index file where you want if the forum path in it is filled in correctly, so you can make it the default site home

Also replace the normal image paths of your styles with full url paths.
You can also redirect people directly to the current CMPS file using a redirect page:
PHP Code:
<?php
header("Location: http://www.gullystation.com/forum/index.php");
?>