In other words, the HTML blurb below has "little words" in the upper right and I want it to be in the lower right.
<html>
<body>
<div style="width: 500px; background-color: #cdcdcd">
<div style="font-size: x-small; float: right">little words</div>
<div style="font-size: x-large">BIG WORDS</div>
</div>
</body>
</html>