Yellow bar is width:100% header
I would like to achieve MAIN TEXT to be always CENTERED no matter the side text’s length.
Margins between text are 100px
Image:

Thanks in advance
EDIT : HTML and CSS so far:
HTML:
<html>
<head>
</head>
<body>
<center>
<div id="top"></div>
Text Logo
<span id="mainText"> Menu Links </span>
Username: <?php echo $uname; ?>
</center>
</body>
</html>
CSS:
#mainText {
margin-right:100px;
margin-left:100px;
}
If i understand may be that’s you want.
CSS
HTML
Check this http://jsfiddle.net/XhMtK/3/
UPDATED
May that’s you want
Check this http://jsfiddle.net/XhMtK/4/