#box1
relativ positionering
50 pixlar.
#box2
ingen positionering.

#box1 {
background-color: #cccc99;
width: 300px;
padding: 10px;
position: relative;
left: 50px;
top: 50px;
}

#box2 {
background-color: #ffff66;
width: 300px;
padding: 10px;
}