body {	/* Margin bottom by footer height */	margin-bottom: 40px;	padding-bottom: 80px;	}	.footer {	position: fixed;	bottom: 0;	width: 100%;	/* Set the fixed height of the footer here */	height: 60px;	background-color: #f5f5f5;	}	/*.footer {	position: fixed;	left: 0;	bottom: 0;	width: 100%;	background-color: #f5f5f5;	color: white;	text-align: center;	}*/