BODY {
background-image: url("images/bkgd-main.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
} 
/* this sets all margins to 0 (including body) */
*{
  margin: 0px;
  padding: 0px;
}