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