Why wont CSS auto center hack not work?

Why wont CSS auto center hack not work?
I tried this:
#wrapper {
width: 800px ;
margin-left: auto ;
margin-right: auto ;
}
It didn’t work, I don’t know whats wrong, I have used this before but don’t know what the problem is.