Values order: Top Right Bottom Left
margin: 0px auto 0px auto;
Is the same as:
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
Feel free to comment if you can add help to this page or point out issues and solutions you have found. I do not provide support on this site, if you need help with a problem head over to stack overflow.