Not sure of your theme exactly, not that it specifically matters, but in a full width div you can add another div in your css, auto margins, with a defined width to center it to your needs, here is an example:
img-title
{
margin: 0 auto;
width: 440px;
}