<style>
	  	footer{
		text-align: center;;
		background-color: #123;
		color: #fff;
		padding: 20px;
		position: fixed;
		bottom: 0;
		width: 100%;
	}
	body
	{
  			background-color: lightgray;
  	}
</style>