Hi,
I want to align this layout in the middle of the web page. How can I do it? I don't want to use table.
Thanks in advance
<html>
<head></head>
<body>
<div id="container">
<div id="header">Header bits go here</div>
<div id="content">Content bits go here</div>
<div id="footer">Footer bits go here</div>
</div>
</body>
</html>