html, body {
	background-color: Black;
	color: White;
	overflow:hidden;
}


.img_center {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 632px;
	height: 546px;
	margin-left: -316px; /* half of width */
	margin-top: -273px;  /* half of height */
/*	background-color: #000000;*/
}

a {
	color: Silver;
	text-decoration: none;
	font-size: 10px;
	text-align: center
}

.center {
  text-align: center;
}

