body {
	background-color: #f0f0f0;
	font-family: "Gill Sans", "Lucida Grande", "Verdana", sans-serif;
}

	#container {
		background-color: white;
		border: 0.1em solid #ccc;
		margin: 1em auto;
		padding: 1em 2em;
		width: 40em;
		-moz-border-radius: 1em;
		-webkit-border-radius: 1em;
	}

		p {
			line-height: 1.4em;
		}
