#relative{width:200px;height:200px;background:cyan;position:relative;top:100px;left:100px;}
#fixed{width:200px;height:200px;background:cyan;position:fixed;top:100px;left:100px;}
#absolute{width:200px;height:200px;background:cyan;position:absolute;top:100px;left:100px;}
#static{width:200px;height:200px;background:cyan;position:static;top:300px;left:100px;}