Chiedo scusa, posto di nuovo il codice perchè era sbagliato!
<head>
<style type="text/css">
div#container{
width: 100%;
border: 1;
margin: 0 auto;
}
div.split2 div{
float: left;
w\idth: 50%;
w\idth: 50%;
padding: 0 0 0 0;
text-align: left;
}
div.wide{
clear: left;
}
div.clearer{
float: none;
clear: left;
}
</style>
</head>
<body>
<table width="900" border="0" align="center">
<div id="container">
<div class=”split2″>
<div>
<p>Testo </p>
</div>
<div>
<p>Testo2</p>
</div>
<div class=”clearer”> </div>
</div>
</table>
</body>codice HTML: