open /public_html/includes/languages/english/index.php
look for:
define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s">log yourself in</a>?');
add:
define('TEXT_GREETING_GUEST', '<center>Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s">log yourself in</a>?</center>');
may also want to change:
define('TEXT_GREETING_PERSONAL', 'Hello <span class="greetUser">%s</span>! Would you like to see our <a href="%s">newest additions</a>?');
to:
define('TEXT_GREETING_PERSONAL', '<center>Hello <span class="greetUser">%s</span>! Would you like to see our <a href="%s">newest additions</a>?</center>');