/* css document */
#catfish {
	position: fixed;
	bottom: 0;
	background-color: #575761; 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
    padding: 0;
	height: 18px;  
	width: 100%;
	margin: 0; 
}
html {
	padding: 0 0 19px 0;
}