Here is an example of CSS:
#manipulate
{
position:absolute;
width:300px;
height:300px;
background:#063;
bottom:0px;
right:25%;
}
And here is the corresponding HTML:
<div id="manipulate" align="center">
</div>
What is the best way to position this div at the bottom center of the screen?