Your HTML is seriously fubar, half your meta tags end up in the body, probably because you have invalid elements in your head. If you put everything that should be in the body inside the container div, which already has margin: 0 auto;, it will be centered... probably.
I don't understand. http://therandy.tk/askme I tried to post the code, but it doesn't really allow me.
Change
margin-left: 0px; margin-right: 0px; margin-top: 0px;bymargin: 0 auto.Your HTML is seriously fubar, half your meta tags end up in the body, probably because you have invalid elements in your head. If you put everything that should be in the body inside the container div, which already has
margin: 0 auto;, it will be centered... probably.This....
I think you need to re-code the whole thing.