Put this in the css:
code:
<style type="text/css">
body {
margin:0px;
text-align:center;
background: #FFFFFF;
font:.8em "Trebuchet MS", sans-serif;
color:#000000;
}
.mainbox {
margin:0px auto;
width:800px;
background:#FFBBFF;
border: 2px solid #FF00FF; border-width: 2px 2px 2px 2px;
text-align:center;
font:14px "Trebuchet MS", sans-serif;
color:#000000;
padding:10px; }
</style>
Put this in the actual page:
code:
<body>
<div align="center"><div class="mainbox">
Home | Browse | Search | etc etc
</div>
</div>
</body>
</html>
I think it might work.