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

#catfish {
position:fixed;
bottom:0;
background:transparent url(images/carpark_tile.gif) repeat-x left bottom;
padding:0;
height: 98px;  /* includes transparent part */
margin: 0;
margin-bottom: -98px;
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(images/carpark_banner.gif) no-repeat left bottom;
width:970px;
height:98px;
margin-left: auto;
margin-right: auto;
}
div#catfish a#closeme {
position: absolute;
top: 30px;
right: 25px;
color: #000000;
}
div#catfish span{
cursor:pointer;
}
#catfish p#catch{
margin: 30px 0pt 0pt 340px; 
color: #ffffff;
}

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