.ripple {
	position: absolute;
	top:66px;
	left: 160px;
	background: transparent url(../ripple_anim.gif) 50% 50% no-repeat;
	width: 100px;
	height: 100px;
	z-index: 1;
	float: left;
}

#swimfish {
	position: absolute;
	z-index: 27;
	top:-100px;
	left: -100px;
	float: left;
}

body {
	overflow-x: hidden;
}