#relaive{width:200px;height:200px;background:blue;position:relative;top:100px;left:100px;}
#absolute{width:200px;height:200px;background:blue;position:absolute;top:0px;left:50px;}
#fixed{width:200px;height:200px;background:blue;position:fixed;top:200px;left:100px;}
#static{width:200px;height:200px;background:blue;position:static;top:100px;left:200px;}