
/* By the way, this is a comment */
body {
	background-color: #000;
}

#invisible { 
	margin: 2em;
	color: #0C0;
}

#centerlink {

	text-align: center;
	font-size: 2em;
	height: 100%;
}

#centerlink a {

	text-align: center;
	color: #060;
	vertical-align: center;

	}


