I want just the top area on my site where it says: "A TAST OF HEAVEN", to turn black but when I change the below code to black allot more areas turn black. Is there a way just to make the top border strip black and leave the other areas white?
/*wrappers - page or section containers*/
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 100%;
vertical-align: top;
}
http://cogliaticatering.com/cart/
Thanks very much for any css code that might achieve this.



