html, body {
	height:100%;
}

#container {
	position:relative;
	height:100%;
}

#title {
	position:absolute;
	font-size:250%;
	margin-top:0px;
	left:1%;
}

#foot {
	position:absolute;
	bottom:1%;
	right:0px;
	font-size:50%;
}

.hidden-link {
	position: absolute;
	left: 1%;
	width: 150px;
	height: 1.2em;
	opacity: 0;
	cursor: pointer;
	text-decoration: none;
	user-select: none;
}

#link1 {
  	top: 3.2em;
}

#link2 {
  	top: 5em;
}

