@charset "utf-8";
/* CSS Document */

body {
  background-color: black;	
  background-image: url("images/watchingyou.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
  position: relative;
  color: white;	
  }
