Cannot find where set color

On my page at www.meadowlarktransport.com/indexnewsite_test7.htm

I cannot find where I set the color behind my logo and want to set it to that gray color which I have for my menu color

thanks

Can you check the link?
I get an OOPS from it.

People who’ll help you with this will probably use a free diagnostic tool such as Firebug to identify the rule.

Installing and learning how to use to use such a tool will save you a lot of time.

Should be meadowlarktransport

You have a colour and and image on .wrapper which is the background showing through your transparent image.

Remove the image and set the colour you want.

e.g.


.wrapper{background:#dbdbdb}

or…


.wrapper .logo {
float: left;
width: 235px;
height: 60px;
background: url(images/Transport CSS logo for website.png[URL=“http://www.meadowlarktransport.com/images/Transport CSS logo for website.png”]) no-repeat #C0C0B0;
}

[COLOR=#000000][FONT=Consolas]

^ only saying because the background image repeats in the footer!

[/FONT][/COLOR]