Yet another CSS problem. I can't get my content centred horizontally. The solution people give to this, in web forum after web forum, is:#container {
width : 1024px;
margin-left : auto;
margin-right : auto;
}...which is what I have, but isn't working. I have tried several changes to my...