footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #CCC;
}

footer p {
    margin: 0px;
    line-height: 100%;
}

