Here’s a link. Thanks. https://lawyerkm.com/
I was fooling around with the CSS (I know almost zero about it) and changed #d9d9d9 to #FFFFFF in the following (I subsequently changed it back). That changed only the background of the lower part of the home page. The top few inches remained the same color.
body {
background:#d9d9d9 url(./images/pageBG.png) repeat-x 0 0;
font-family:Arial, Helvetica, Verdana, sans-serif;
font-size:13px;
line-height:normal;
}
Any help is really appreciated.