#container
{
	z-index: 2;
	position: relative;
}

#cat
{
	position: fixed;
	bottom: 20px;
	left: 50%;
	height: 38px;
	width: 45px;
	margin-left: 100px;
	z-index: 1;
}

#squirrel
{
	position: fixed;
	bottom: 0px;
	left: 50%;
	height: 62px;
	width: 584px;
	z-index: 1;
	margin-left: -180px;
}

#ducks
{
	position: fixed;
	bottom: 4px;
	left: 0%;
	height: 50px;
	width: 1300px;
	z-index: 1;
}

#birds
{
	position: fixed;
	top: -3px;
	left: 0px;
	height: 110px;
	width: 800px;
	z-index: 1;
}
