#container {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -200px;
	width: 400px;
/* 	margin: auto; */
	text-align: center;
}
a {
	font-family: Arial;
	font-size: 14px;
/* 	font-weight: bold; */
	text-decoration: none;
	color: darkgray;
}