So for example:
#leftcontent {
position:absolute;
top:20px;
left:50px;
width:200px;
}
will make a box that is 200px wide, and starts 20px from the top and 50px from the left.
Software Livre! Eu uso e recomendo.
#leftcontent {
position:absolute;
top:20px;
left:50px;
width:200px;
}