i want to absolute position a div that centers another div:
<body>
<div style="position:absolute; width:100%; text-align:center; background-color:#FF0000;"><div style="width:780px; background-color:#000066; text-align:left;">lee</div></div>
</body>
</html>
why doesnt it work in ff?