I use
Code:
text-align: center
Although it says text-align: It seems to align anything within that particular DIV

If you include an image in a selector i.e.:
Code:
#logo {background-image: url(../images/image.jpg);
/*You can specify the image position with*/
background-position: center center;}
PS You can float: left or right but not center