body
{
	margin : 0;
	padding : 0;

	font-family: 'Georgia';
	font-size: 10px;

	background-color : blue;
}

#center
{
	position : relative;
	margin-top : 25%;
	left : 25%;
	width : 50%;

	background-color : white;

	font-size: 12em;
	text-align : center;
}

a
{
	color : black;
	text-decoration : none;
}