First remove this code - it's invalid CSS: <img align="center">
Then this should work:
#colophon .container_6 img {
display: block;
margin: 0 auto;
}
You also have a bunch of mark-up errors some of which are likely to be problematic:
First remove this code - it's invalid CSS: <img align="center">
Then this should work:
#colophon .container_6 img {
display: block;
margin: 0 auto;
}
You also have a bunch of mark-up errors some of which are likely to be problematic: