codice:
HTML
<table id="table_1">
<tr>
 <td>Qui dentro c'è il testo che voglio giustificare
 </td>
</tr>
</table>
codice:
 
CSS 
#table_1 td{text-align:center}