/* Change this for the background that expands the entire page */
.catfish {
	position: fixed; bottom: 0; left:0; width: 100%; height: 100px; z-index: 10;
	outline: none; border: none;
	background-color: #bde5fb;
}
/* The background image of the catfish */
#catfish #links {
	margin: 0 auto;
	width: 1035px;
	position: relative;
	height:100px;
	display:block;
	background-image: url('http://media.sheknows.com/clearblue/givefish/hammock.png');
	background-repeat: no-repeat;
	background-position : top right;
	top:0;
}
#catfish .top-card {
	display:block;
	width:180px;
	height:113px;
	background:url('http://media.sheknows.com/clearblue/givefish/card.png') no-repeat 0 0;
	position:absolute;
	top:-11px;
	left:-108px;
}
#catfish .top-feet {
	display:block;
	width:180px;
	height:113px;
	background:url('http://media.sheknows.com/clearblue/givefish/feet.png') no-repeat 0 0;
	position:absolute;
	top:-24px;
	right:-31px;
}
#catfish a {
	display:block;
}
.catfish .close {
	cursor: pointer;
	height: 101px;
	width: 20px;
	right: 0;
	bottom: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 150%;
	white-space: nowrap;
	display: block;
	background-image: url('http://media.sheknows.com/clearblue/givefish/close.png');
}
.catfish #go_to_giveaway {
	cursor: pointer;
	height: 92px;
	left: 90px;
	overflow: hidden;
	position: absolute;
	top: 0;
	white-space: nowrap;
	width: 775px;
}
.module{
	z-index:3;
}