body {
	background-color: red;
}

#wrapper {
	display: block;
	width: 450px;
	margin: 2px auto;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	border: solid 2px black;
	background-color: white;
}

h1 {
	text-align: center;
}

#answer {
	font-size: 48px;
	color: red;
	text-align: center;
}

#footer {
	text-align: center;
}

#footer, #footer a, #footer a:visited {
	font-size: 12px;
	color: black;
	text-decoration: none;
}

#footer a:hover {
	font-size: 12px;
	color: black;
	text-decoration: underline;
}