* {
	font-family: Arial;
}
	
p {
	color: #999999
}
	
a, h2 {
	color: #459e83
}
	
#container {
	margin: auto auto;
	width: 600px;
	height: 600px;
}
	
#inner {
	position: absolute;
	top: 50%; 
	transform: translateY(-50%)
}