/*This site is part of GGGold92's Web Ring*/
body {
  background-image: url("spooky.gif");
  color: white;
  font-size: 150%;
  font-family: "Courier New", Courier, monospace;
}
  .center-box {
      background-color: #0d144f;
      color: white;              
      padding: 20px 40px;        
      max-width: 1300px;           
      margin: 100px auto;             
      text-align: center;
}
  