Acc... porc... vacc... Tu hai una cosa così?
codice:
...
<head>
   ...
   <style type="text/css"><!--
   div
   {
      text-align:center;
      background-color:#ccc;
   }
   --></style>
</head>

<body>
   <div>
      Ciao a tutti.
   </div>
</body>
...