* { margin: 0px; padding: 0px; } body { background: url(../images/background.jpg); font-family: "Open Sans"; font-size: 10pt; } ok { font-weight: bold; color: #0f0; } fail { font-weight: bold; color: #f00; } img { border: 0px; } #wrapper { width: 960px; height: 600px; position: absolute; top: 50%; left: 50%; margin-top: -300px; margin-left: -480px; background: #fff; border-radius: 10px; box-shadow: 5px 5px 10px #000; text-align: center; } #menu { /* Cards are 72x96 pixels */ width: 276px; height: 120px; position: absolute; top: 50%; left: 50%; margin-top: -60px; margin-left: -138px; text-align: center; } #menu img { margin: 0px 10px 0px 10px; } #menu img:hover { box-shadow: 3px 3px 0px #000; } #menu p { width: 92px; float: left; text-align: center; }