/**
* CSS for WP Squeeze Page Plugin: Squeeze Page Template
* 
* @package WPSqueezePage
* @author Tim Carr
*/

#container { width: 774px; }
#headerImage, #footerImage { float: left; width: 770px; padding: 0 2px; background: url(images/background.png) top center repeat-y; }
#header, #content, #footer { float: left; width: 740px; padding: 0 17px; background: url(images/background.png) top center repeat-y; }
#header h1, #header h2 { text-align: center; }
#footer { padding: 10px 17px; }
#footer p { text-align: center; }
