Esempio
codice:
css

body {
background-image:url(img/HOME.jpg);
background-repeat: no-repeat;
}
#menu {
width:600px;
height:25px;
margin:0 auto;
}
#menu a {
display:block; 
width:25%; /* se i link sono 4 */
height:25px;
float:left;
text-align:center;
}

html

<body>
<div id="menu"> 
  link1
  link2
  link3
  link4
</div>
</body>
</html>
ulteriore passo potrebbe essere inserire il menu in un elenco e ogni link in una voce elenco