body {
	margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif;
}
#container {
	margin: 0 auto; width: 400px;
}
.center {
	text-align: center;
}
#title {
	text-align: center;
}
#about {
	background: #66CC66; padding: 0 10px 0 10px;
}
#enterer {
	background: #6666FF; text-align: center; margin: 20px 0 0 0; padding: 0 0 20px 0;
}
#enterer p {
	color: white; font-weight: bold;
}
#enterer a {
	color: white;
}
#footer {
}
#footer a {
	color: black; text-decoration: none;
}