<div id="one">div-one</div> <div id="two">div-two</div> <div id="three">div-three</div>
#one {background-color: #0000FF;} #two {position: relative; top: 10px; left: 25px; background-color: #00FF00;} #three {background-color: #FF0000;}