body {
	background-color: #666155;
	margin: 0;
	padding: 0;
	height: 100%;
}
div#bear {
	background: transparent url(trumpets.png) no-repeat fixed 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
div#snake {
	background: transparent url(yellowjelly.png) no-repeat fixed 0 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
