/**
* CSS for WP Squeeze Page Plugin: Sales Page Template
* 
* @package WPSqueezePage
* @author Tim Carr
*/

body {  word-wrap: break-word; }
#container { background: url(images/background-body.gif) top center repeat-y; overflow: hidden; }
#header { float: left; width: 680px; padding: 30px 50px 0 50px; background: url(images/background-header.gif) top center no-repeat; }
#header h1, #header h2 { text-align: center; }
#content { float: left; width: 680px; margin: 0 50px; }
#footer-text { float: left; width: 680px; padding: 20px 50px 15px; }
#footer { float: left; width: 680px; height: 50px; padding: 10px 50px 15px 50px; background: url(images/background-footer.gif) bottom center no-repeat; }
#footer p { text-align: center; }