I have a div that I put a background image the problem is that it is not centered as I want it, how could I center it? here is my code
<div id="main"></div>
#main{
width:500px;
height:500px;
margin:0 auto;
background-image: url("img/wall_color.png");
}