@charset "utf-8"; /* CSS Document */ * { margin:0; padding:0; outline:none; } body { background-image: url(/core/images/bg.jpg); background-repeat: repeat-y; background-position: center top; } #containerIndex { width: 373px; position: absolute; top: 50%; left: 50%; margin: -200px 0 0 -184px; } 