body {
	padding-bottom: 70px;
	padding-top: 70px;
}

.footer {
	background-color: rgba(255, 255, 255, .5);
	border-top: 1px solid rgba(255, 255, 255, .75);
	bottom: 0;
	color: #ddd;
	font-size: .8em;
	left: 0;
	padding: 2px 0;
	position: fixed;
	right: 0;
	text-align: center;
}

.footer a {
	color: #ddd;
}

/*
 * Animations
 */
@keyframes pulsateLive {
	0%   { background-color: #f00; }
	50%  { background-color: #a00; }
	100% { background-color: #f00; }
}