div#catfish {
    display: none; /* Stops catfish appearing before the page is fully loaded */
    background-color: #FFFFFF;
    background-image:url("/assets/image/catfish_bg.png");
    background-repeat:repeat-x;
    text-align: center;
}
div#catfish a#close {
    position: absolute;
    top: 5px;
    right: 15px;
    color: black;
}
div#catfish #catfish_inside {
    width:950px;
    margin-right:auto;
    margin-left:auto;
}
.catfish_ad {
	background-image:url("/assets/image/catfish_ad_pink2.png");
	background-repeat:no-repeat;
	margin:10px 5px 10px 5px;
	width:250px;
	height:80px;
	float:left;
	text-align:center;
	color:#C50664;
	padding:5px 1px 1px 1px;
    }
    .catfish_ad a
    {
	color:#C50664;
    }
    .catfish_ad a:hover
    {
	color:#C50664;
    }
   
    .catfish_ad .catfish_ad_title
    {
	color:#C50664;
	font-weight:bold;
	text-decoration:underline;
    }
    .catfish_ad .catfish_ad_link
    {
	vertical-align:bottom;
    }
    
    .catfish_ad iframe {
        margin-top:10px;
    }
#catfish .catfish_info {
    width:300px;
    float:left;
    margin-left:10px;
    margin-top:10px;
    text-align:left;
}
#catfish .catfish_info .title
{
    float:left;
    font-size:18px;
    font-weight:bold;
    color:#5B1B88;
    margin-bottom:5px;
}
#catfish .catfish_image
{
    float:right;
    position:relative;
    top:-20px;
    z-index:99;
}