
html { 
 	background: url(gifs/silversparkles.gif) no-repeat center center fixed; 
  	-webkit-background-size: cover; q
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	cursor: url(gifs/arrows/pink_arrow_up.gif), auto;
}

@keyframes head{

	0%{
		left:0px;

	}

	50%{

		left:calc(100% - 300px);
	}

	100%{

		left:0px;
	}
}


@font-face{
	font-family: comicsans;
	src: url(ComicSans/ComicSansMS/comicsansms.ttf);
}

a{
	cursor: url(gifs/arrows/twinkle.gif), auto;
}

#caught{
	top: 125px;
	margin-top: auto;
	position: relative;
	z-index: 3;
	animation-name: head;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}

#fan-club{
	position: relative;
	height: auto;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: lightpink double;
	color: lightpink;
	z-index: 1;
	background-color: rgba(0,0,0,0.2);
}

#goback{
	z-index: 2;
	position: fixed;
	bottom: 10px;
	cursor: url(gifs/arrows/twinkle.gif), auto;

}









