<style> div { position: absolute; z-index: 100; left: 50%; top: 50%; margin: -50px 0 0 -50px; width: 100px; height: 100px; border: 1px solid #000; } </style> <div>ololo</div>
<style> div { position: absolute; z-index: 100; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: 100px; height: 100px; border: 1px solid #000; } </style> <div>ololo</div>