@charset "utf-8";

.iloveyou {
	position: fixed;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;	
	background-size: cover;
	background-attachment: fixed;
	background-color: black;
	background-image: url("../_images/iloveyou/iloveyou_1280x720.gif");
	background-repeat: no-repeat;
	background-position: center center;
}


