body{ margin:0; padding:0; background:#3498DB; } #box{ position: fixed; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 300px; height: 200px; background: #FFF; overflow: hidden; border-radius: 4px; border: 3px solid #EBEBEB; box-shadow: 0 1px 2px #1F4DA2; } #cover { position: absolute; top: 0; left: 0; background: url(https://dl.dropboxusercontent.com/u/23834858/fotos/loader.gif) no-repeat center center #FFF; width: 300px; height: 200px; z-index: 999; } #tumb img { position: absolute; left: 20px; top: 12px; width: 100px; height: 100px; border-radius: 100%; border: 4px solid #3498DB; } #title{ position: absolute; top: 30px; left: 142px; margin: auto; overflow: hidden; color: #3498DB; } #description{ position: absolute; top: 60px; left: 162px; margin: auto; overflow: hidden; color: #1ABC9C; } #content{ position: absolute; top: 115px; left: 5px; width: 290px; text-align: center; color: #7F8C8D; }