I would like to end the main wrapper border just before the footer.
In other words, the border around the page ends before you see the footer content.
I don't know if I'm looking in the right place. I have looked at the css file and I see the code below but it doesn't say where you want the border to finish on the bottom of your page.
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 100%;
vertical-align: top;
border: 1px solid #000000;
}
Thank you for any help.




