Content and Footer Divs
Skills Covered
Content div
Footer div
This is lesson is going to go super quick. If you have a look at what we've been building so far with the band web site, you'll notice a problem with actual content - the text runs right up to the edges of the wrapper border:

You can fool with the wrapper margins and padding, but you will most probably be frustrated with the results. In the example below, the beautiful navigation menu no longer stretches all the way across the background:

Some of you can guess what we need: another "wrapper" for all the content below the navigation menu. This is commonly called the content div.