@charset "utf-8";

/* CSS Document */

body {
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

  background-image: url("images/AIM_bg.png");
  background-color: #efe9e1;
  background-size: cover;           /* scales proportionally */
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
