Mixin to center absolute positioned elements
centered(w, h) width w px height h px top 50% left 50% position absolute margin-top ((h/2) * -1) px margin-left ((w/2) * -1) px