/* catfish and 'position:fixed' emulation */

#catfish {
    position:fixed;
    bottom:0;
    background:transparent url(https://www.sgcarmart.com/catfish/images/kia_tile.png) repeat-x left bottom;
    padding:0;
    height: 100px;  /* includes transparent part */
    margin: 0;
    margin-bottom:-100px;
    width:100%;
    z-index: 100;
}
#catfish h3{ /* a simple little image replacement for the main text and image */
    overflow:hidden;
    text-indent:-1000em;
    background: transparent url("https://www.sgcarmart.com/catfish/images/kia_banner.png") no-repeat left bottom;
    width:970px;
    height:100px;
    margin:0 auto;
}
div#catfish a#closeme {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #000000;
}
div#catfish span{
    cursor:pointer;
}
#catfish p#catch{
    margin: 0px 0pt 0pt 340px;
    color: #ffffff;
}

#catfish span#big{
    font-size:18px;
    font-weight:bold;
}