* { box-sizing: border-box; -moz-box-sizing: border-box; }
body { background: black; margin: 0px; padding: 0px; text-align: center; }

#container { margin: 80px auto; width: 400px; height: 320px; font: bold 15pt "Courier New", monospace; text-transform: uppercase; }
#container a { display: block; width: 400px; height: 320px; background: url("../img/zombies.jpg"); color: black; text-decoration: none; padding: 275px 0 0 0; }

#banner { margin: 20px auto; height: 80px; width: 500px; color: black; font-size: 10pt; font-family: "Verdana", sans-serif; font-weight: bold; text-transform: uppercase; }
#banner a img { border: 3px solid white; }