body {
	background-image: url("lesanae.gif");
}
/* i wanted to do it in javascript to make it choppier */
/* #spinningSanae {
	animation-name: spin;
	animation-duration: 1000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
} */
#sidenae {
	position: absolute;
	left:435px; /* nice */
	top: 28px
}
#sanaeAlive {
	position: absolute;
	top: 28px;
	left: 132px;
}
#tomfoolery {
	padding: 20px;
	width: 1000px;
	background-image: url("lesanae.gif");
}
h1 {
	background-image: url("lesanae.gif");
}