body {
	background-color: #e5e5e5;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

h1 {
	font-weight: bold;
	font-size: 24px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

p {
	line-height: 16px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#container {
	padding: 10px;
	margin-top: 100px;
	width: 500px;
	border-color: #717171;
	border-style: solid;
	border-width: 3px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: white;
}

#footer {
	margin-top: 10px;
	font-size: 11px;
}
