Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
You can float item , can use relative position , try to avoid absolute postion specially unnecssary one where you can achive same with othe ways
You can use relative positioning.
div#mainBody { width:500px; height:500px; margin:0auto; z-index:1; position: relative; background-color: white;}
floating