body {
	color: white;
	background-color: #FFFFFF;
	margin: 0px;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	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%);
	margin: 0 25%;
}

.content img {
	background-color: #f00;
	display: block;
	margin: 0 auto;
	width: 100%;
}

