.leftcolumn {
	position:       absolute;
	width:          200;
	top:            363px;
	left:           466px;
	background-color: #00FFFF;
}

<DIV class="leftcolumn">
Contents of left column.
</DIV>



.rightcolumn {
position:       absolute;
top:            0px;
left:           200px;
}
