.main {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;
	text-align: center;
}

a {
	color: #00A0C6;
}

a:active {
	color: #00A0C6;
}

a:visited {
	color: #00A0C6;
}

a:link {
	color: #00A0C6;
}