body {
	background-color: #FFFFFF;
	margin: 0px;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	height: 100%;
	width: 100%;
	position: absolute;
}

a {
	color: #c8ec10;
}

a:link,
a:visited {
	color: gray;
	text-decoration: none;
}

a:hover {
	color: #cbe600;
	text-decoration: none;
}

.content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.content span {
	width: 100%;
}

