#catfish {
	position:fixed;
	bottom:0;
	padding:0;
	height: 100px;  /* includes transparent part */
	margin: 0;
	width:100%;
	background-color: transparent;
	background-image: url(anxiety-tile.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}

#catfish img {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
}

#catfish #information {
	position: absolute;
	top: 40px;
	right: 22px;
	color: #0000FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#catfish #close {
	position: absolute;
	top: 64px;
	right: 22px;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
