* { box-sizing: border-box; -moz-box-sizing: border-box; }
body { background: black; margin: 0; padding: 0; border-style: none; text-align: center; }

#container { width: 510px; height: 120px; position: absolute; left: 50%; top: 50%; margin: -60px 0 0 -255px; }
#container img { border-style: none; }
