Re
You could use the Flextheme if you want to make a Squeeze/Landing page within Wordpress. It was designed for this very purpose. Also, there are some video tutorials that explain how to do this in other themes as well.
Also,
from Binaryturf.com...
Create a php file with the following:
<?php
/*
Template Name: Landing Page
*/
?>
Now when you create a new page in Wordpress, down at the bottom under the “Page Template” drop-down you will see the “Landing Page” option. Select that and create a blank page with a suitable title for the landing page. Use the “Preview this Page” option to preview the page and see the changes if you do not want to publish it. We will come back to this page to see the changes as we implement the code in the landing page template.