body {
	text-align: center;
	color: black;
	background-color: #4c4c4c;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content {
	border: thin solid white;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 200px;
	background-color: #ccc;
	border-bottom-color: black;
	border-bottom-width: thin;
	border-right-color: black;
	border-right-width: thin;
}