I tried creating 3 divs to add a top & bottom border image to my mainContent div, but I could not make it align. Is there a simple way to modify this code to add this blue border at the top & bottom of the main white section?
http://www.charissasantos.la/mezcaleria.html
Image of desired border effect here:
http://www.charissasantos.la/img/shot.png
In addition to these answers, you could also apply the same
backgroundto both your#footerand#mainContentselectors.For instance;
Working example here.