Salve, vorrei sapere come poter realizzare senza tabelle l'effetto prodotto dal seguente codice

------------------------------------------------------------------------------------
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="93">
<tr>
<td width="33%" height="93"><div align="center">Registrazione

</div></td>
<td width="33%" height="93"><div align="center">Login

</div></td>
<td width="34%" height="93"><div align="center">Directory

</div></td>
</tr>
</table>
------------------------------------------------------------------------------------
grazie!