I useAlthough it says text-align: It seems to align anything within that particular DIVCode:text-align: center
If you include an image in a selector i.e.:
PS You can float: left or right but not centerCode:#logo {background-image: url(../images/image.jpg); /*You can specify the image position with*/ background-position: center center;}



