Yes, pas på med den float... check den nederste af disse...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="content-type" content="text/html; charset=iso-8859-1"><title>Ingen titel</title></head>
<style type="text/css">
#outer{width:400px;background:#f00;}
#inner{margin-left:10px;width:200px;background:#00f;}
#outerr{width:400px;background:#f00;}
#innerr{margin-left:auto;margin-right:10px;width:200px;background:#00f;}
#outerf{width:400px;background:#f00;}
#innerf{float:left;margin-left:10px;width:200px;background:#00f;}
</style>
<body>
<div id="outer"><div id="inner"> </div></div><br><br>
<div id="outerr"><div id="innerr"> </div></div><br><br>
<div id="outerf"><div id="innerf"> </div></div><br><br>
</body></html>