body {
  background-image:url('/images/background2.jpg');
  padding: 2
}

p {
  margin-left: 135px;
}

#footer {
	position: fixed;
  	bottom: 0;
  
  	/* Align in the center of the page too */
  	left: 50%;
  	transform: translate(-50%, 0);
  
  	margin-bottom: 2%; /* Add some space before the border */
}

.clk{
  font-family: verdana;
  font-size: 10px;
  font-weight: 900;
	text-decoration: none;
  color: black;
}

.bcontent {
  margin-top: 10px;
}