body {
	background-image: url("purpledot.gif");
}

#container {
	max-width: 900px;
height: 100%;
margin:0 auto;
margin-top: 20%;
background: url("https://silkieabella.neocities.org/cookies.gif");
background-repeat: repeat;
position: static;
}
.banner {
	position: static;
	top: 10%;
	left: 30%;
}


@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-40px);
	}
	100% {
		transform: translatey(0px);
	}
}
.spooky {
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
}
.study {
	position: fixed;
	bottom: 0px;
	right: 0px;
}