#skip-link a {
	position: absolute;
	left: -10000px;
}
#skip-link a:focus {
	top: 0;
	left: 0;
	z-index: 1000;
}