Trying to achieve a fluid rectangle with angled corners with html/css and sliced images.
Here is what i have so far. http://jsfiddle.net/M888P/
<div class="main-title-wrapper">
<div class="main-title-inner">
<div class="main-title-top"> </div>
<div class="main-title-left"> </div>
<div class="main-title-right"> </div>
<div class="strapline-container">
<h1 class="page-title">People for the hard places</h1>
<div class="sub-title-wrapper">
<p class="introtext">Together we can use our skills and passion to make a difference by going, giving and praying. Join our network of encouragers to see how you can help bring about God's great mission idea.</p>
</div>
</div>
<div class="main-title-bottom"> </div>
<div class="main-title-tl"> </div>
<div class="main-title-tr"> </div>
<div class="main-title-bl"> </div>
<div class="main-title-br"> </div>
</div>
</div>
See image below