Hi, well on my website for some reason the divx videos arn't being centered, but the others are just fine. www(dot)mooguide(dot)com/video/4655/chuck--hd-chuck-vs-the-pink-slip-season-3-episode-1.html
I do see an error with a java script you are running <script src="http://www.mooguide.com/js/tooltip.js" type="text/javascript"> 1 Failed to load source for: http://www.mooguide.com/js/tooltip.js on lines 14#video { 15margin: 0 auto; is the margin needed? try rather than auto specifically defining the margin http://www.w3schools.com/CSS/css_margin.asp auto lets the browser chose... that may be your issue