body {margin:0; padding:0; background:#124260;} 
#img {position:absolute; bottom:0px; left:0px; background:transparent url('cat.png') no-repeat; width:465px; height:355px;}
#info {
	background:#f1f1f1;
	width:400px;
	position:absolute;
	bottom:340px;
	left:450px;
	padding:20px;
	-webkit-border-radius: 25px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 25px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 25px;
	border-bottom-left-radius: 0;
	-webkit-box-shadow: 5px 5px 0px #a0b141;
	-moz-box-shadow: 5px 5px 0px #a0b141;
	box-shadow: 5px 5px 0px #a0b141;
}
img {border:4px solid #2f2f2f;}
#subt {font-family: 'Shadows Into Light'; background:#2f2f2f; color:#fff; font-size:30px; position:absolute; bottom:20px; left:2px; padding:2px 10px;}
#wrapper {position:relative;}
#apple {position:absolute; border:0; width:100px; height:100px; bottom:30px; right:30px;}
