I've got some CSS problems. If you take a look at www.beantrends.com you'll see that the dotted border on the left and right side of the content area won't fill up 100% of the page's height when there's a short text as content. All suggestions will be greatly appreciated.
You could have that displayed as the background of a <div> ranging from underneath the header to the copyright. e.g. <div>header</div> <div class="dots"> <div>left</div> <div>center</div> <div>right</div> </div> <div>copyright</div> Doing that the dots reach the height of the tallest of the three content areas.