body {
	background-color: #231f20;
	text-align: center;
	color: white;
	font: small Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	margin-top: 30px;
	width: 100%;
}

#text {
	width:750px;
	margin:10px auto;
	text-align: center;
	}

a {
	color: #e5a21c;
}

a:hover {
	color: gray;
	text-decoration: none;
}

