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

#catfish {
	position:fixed;
	bottom: 0;
	background:transparent url(http://www.bolig-cds.dk/images/footer/bg-tester.png) repeat-x left bottom;
	padding:0;
	height: 79px;  /* includes transparent part */ 
	cursor: pointer;
	margin: 0;
	margin-bottom: -79px;
	width:100%;
}
#catfish .footermidte{
	text-align:center; 
	font:bold 12px tahoma; color:#fff;
	float:left; 
	margin:18px 0 0 50px; 
	border:0px solid #ff0; width:410px;
}
#catfish ul{
	margin: 0px 5px 0pt 0pt; 
	padding: 0pt; 
	float: right; 
	font-size: x-small; 
	list-style-type: none;
}
#catfish a{
	color:#fff;
}

/*
html {
padding:0 0 58px 0;
}
*/
