I have this classic container:
.container { width: 910px;
margin-left: auto;
margin-right: auto;
position: relative;
background-image:url(../images/background.png);
background-repeat:repeat-y; }
but it creates a small space (like 5, 10 px) in the top and in the bottom of the page.
Why? And how can I fix it?