Quote Originally Posted by HEAT View Post
You can only float (left or right)

You need to change this declaration in the stylesheet:

#logo {float: center;}

To

#logo {text-align: center;}