"Fixed" Non-Scrolling Footer in 2.0!
See the "Myspace Compilation" image/footer at the very bottom of the screenshot?  It doesn't move when you scroll
up/down!  This awesome code allows you to position your own image/footer at the bottom of the page. You can even
hyperlink it to somewhere else. For a live preview of this code in action
CLICK HERE.  Follow the steps below to do it.
STEP 1 - You will have to make your own image. I recommend you make the footer image height 80px or less and
make the width around 1200px wide in case someone has a wide resolution screen. Even 1200px wide might not be
enough but will cover most screens.

STEP 2 - Copy & paste this code below to your 2.0 CSS Box. The padding-bottom px value should be the same
height as your image.

.msc {Fixed Footer}
div.contentBottom {position:fixed; bottom:0px; left:100px;}
div#footer {padding-bottom:85px;}

STEP 3 - Copy & paste this below to your Blurbs section (any section that allows text). If you want to make the image
hyperlinked replace the HYPERLINK URL with the URL to where you are linking to. If you don't want it hyperlinked
remove the whole anchor tag. Then replace the IMAGE URL with your direct image URL.

<div class="contentBottom">
<a href="HYPERLINK URL"><img src="IMAGE URL"></a>
</div>

Questions/Comments?  Ask them here!