I always use next code for centering template in the middle. It garanties that will work in all major browsers.
#wrapper {
width: "xxx"px; /* replace this "xxx" with desired width */
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
position: relative;
left: 0px;
top: 0px;
}