Hi,
I don't need a menu and so I would like to center the logo (350x150px).
I have tried to delete the "float: left" or set it to "none" instead of "left" within
#top .logo, .logo a {
border: medium none;
display: block;
margin: 0;
padding: 0;
position: relative;
}
but I don't get it centered.
How can I do this please?
Thanks.














