lighterlighterlighterlighterlighterlighterlighterlighter* {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	/* font-weight: 700; * /
	vertical-align: middle; */
}
body {
	color: white;
	text-align: center;
	vertical-align: middle;
	background-color: black;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 100%;
	height: 100%;
	min-width: 890px;
	min-height: 610px;
}
#inner {
	width: 890px;
	height: 610px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -305px;
	margin-left: -445px;
	text-align: center;
}
.privacy{
color:#fff!important;
position:absolute;
left: 56.8%;
top: 96.8%;
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 6s;
  -moz-animation-duration: 3s;
  -moz-animation-delay: 6s;
}

.privacy:hover{
	color:aqua;
}

a{
	font-weight:100;
	color:white;
	text-decoration: none;
}