como fazer uma div relativa não ocupar espaço
.div
{
position: relative;
bottom: 36px; /* position the div */
float: right; /* you can choose left or right */
}
/* i hope this helped ^^ */
Mushy Millipede