Ho pensato rifaccio tutto da capo...
Ma incredibile, ho provato da 0 un box semplicissimo a due colonne e non va..
Non viene allineato al centro!
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<style type="text/css">
body{background:url()}
#uno{width:400px;height:300px;0px;background:#fcffcf;float:left;}
#due{width:400px;height:300px;margin:0px;background:#fcc;float:left;}
#tre{width:800px;overflow:hidden;margin:auto;}
#pulisci{clear:left;}
</style>
<title>INSERZIONE PRSGAMES</title>
</head>
<body>
<div id="tre">
<div id="uno"></div>
<div id="due"></div>
<div id="pulisci"></div>
</div>
</body>
</html>