<center>out of date, so do not use .
To fix your problem, you need to target imgnot todiv
use margin:autoand display:blockto center image instead of outdatedcenter
#logo img {
max-width: 100%;
height: auto;
width: auto;
margin:auto;
display:block
}
<div id="logo">
<a>
<img src="http://clubtrafficmonsoon.com/banner.gif" alt="Image of Traffic Monsoon">
</a>
</div>
Run codeHide result, :
img {
max-width: 100%;
height: auto;
width: auto;
}