/* 
	html > body is for modern browsers and firefox
	* html is for IE 6 and below
*/

html>body .leftColumnImage {
	float: right;
	margin-right: -10px;
	margin-top: 0;
}

* html .leftColumnImage {
	position: absolute;
	left: 55px;
	top: 380px;
}

html>body #skatingHyena {
	margin-left: -30px;
	margin-top: 50px;
}

* html #skatingHyena {
	position: absolute;
	left: 830px;
	top: 120px;
}

html>body #lazyCroc {
	margin-left: -45px;
	margin-top: 250px;
}

* html #lazyCroc {
	position: absolute;
	left: 815px;
	top: 250px;
}

#skatingFlossie {
	margin-top: 200px;
}

html>body #farmerBilly {
	margin-top: 200px;
	margin-left: -58px;
}

* html #farmerBilly {
	position: absolute;
	left: 802px;
	top: 200px;
}

#turtle {
	margin-top: 200px;
}

html>body #hiking {
	margin-left: -430px;
	margin-top: 6px;
}

* html #hiking {
	position: absolute;
	left: 430px;
	top: 38px;
}

html>body #sneakyGator {
	margin-left: 480px;
	margin-top: 30px;
}

* html #sneakyGator {
	position: absolute;
	left: 350px;
	top: 75px;
}

