Per essere sicuro, metti sempre tutto in un contenitore principale, almeno l' oggetto al suo interno eredita la centratura.
codice:
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//IT”>
 <html>
  <head>    
   <meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1?> 
   <title>www.stellar.com</title>
   <style type="text/css">
    .main { text-align: center;}
   </style>
  </head>
 <body background="universo.jpg">
  <div class="main">
  <h1 size="7">
  <font face="Impact" font color="yellow" font size="7">
  <b>BENVENUTO IN STELLAR</b></font></h1>
  <form action=pagina1.html target="_self">  <input type="submit" id="bottone" name="bottone" value="ENTRA NEL SITO"/>
  <embed src=stellarsound.mp3 autostart="true" hidden="true" loop="100"></embed>
  </form>
  </div>
 </body>
</html>