One more problem.
Code:
<html>
<head>
</head>
<body>
<center>
<div value="top" style="width:800px; background-color:red;">
1
</div>
<div value="midbar" style="width:800px; background-color:orange;">
2
</div>
<div value="leftmenu" style="width:100px; float:left; background-color:yellow;">
3
</div>
<div value="content" style="width:600px; float:left; background-color:green;">
4
</div>
<div value="rightmenu" style="width:100px; float:left; background-color:blue;">
5
</div>
<div value="empty" style="clear:both;">
</div>
<div value="bottom" style="width:800px; background-color:red; background-color:purple;">
6
</div>
</center>
</body>
</html>
How would I go about making 3,4, and 5 centered like the rest of them? Ignore the values, its for later use.