Oh sorry, I wasn't very clear about that - you already have that CSS in your style.css file - so find the existing one and change the margin to padding. Then also remove the new one - just so you avoid extra code in there.
If that doesn't seem to work, try adding this:
#logo {
background-color: white;
}