/* footer */
#footer {
	position:					relative;
	width:						100%;
	padding:					5px 0 5px 0;
	bottom:						20px;
	text-align:					center;
	font-size:					small;
	background:					rgba(0, 0, 0, 0.8);
	color:						white;
}

/* footer link */
#footer a {
	color:						white;
}