Page is a not externally linkable
rocknbil - 6:13 pm on Jul 22, 2011 (gmt 0)
text-align is horizontal alignment, valid values are right, left, center, justify, and inherit. Did you try the solution I posted? Wrap those puppies in a <p> and set the display to block, you'll be able to position it on the moon if you want. :-)
#logo span,#logo img { display: block; }