/* =========================
   Names may not match what is seen on the site, 
for example a "top left" grid might be in the middle.
This is because I've deleted and restarted so many times,
but kept the old names. Gonna clear that up so noone 
is confused by the terrible naming scheme.
   ========================= */


body {
    margin:auto;
  background: #000;
  font-family: monospace;
  color: #00cc00;
  overflow-x: hidden;
}
.container {
  max-width: 425px;
  margin: auto;
  margin-top: 350px;
  padding: 20px;
  background: url(images/bgs/Box_BG.png);
  border: solid;
  border-color: #ff0000;
  text-align: center;
}