body {
	background-color: white;
	margin: 0;
}

#earth {
	width: 316px;
	height: 316px;
	background: url(earth.png);
	margin: auto;
}

#elephant {
	width: 403px;
	height: 225px;
	background: url(elephant.png);
	margin: -20px auto -90px auto;
}

.turtle {
	width: 224px;
	height: 181px;
	background: url(turtle.png) no-repeat;
	margin: -3px auto -50px auto;
}