#relative{width:200px;height:200px;background:brown;position:relative;top:100px;left:200px;border:5px solid black;outline:#F6D9A0 10px solid }
#absolute{width:200px;height:200px;background:#D9A0F6;position:absolute;top:100px;left:200px}
#fixed{width:200px;height:200px;background:#D9A0F6;position:fixed;top:100px;left:200px}