body {
	font-family: Arial;
}

a {
	color: #ffffff;
}

#menu {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
}

button {
	color: rgba(127,255,255,0.75);
	background: transparent;
	outline: 1px solid rgba(127,255,255,0.75);
	border: 0px;
	padding: 5px 10px;
	cursor: pointer;
}
button:hover {
	background-color: rgba(0,255,255,0.5);
}
button:active {
	color: #000000;
	background-color: rgba(0,255,255,0.75);
}