/* GENERAL */

	* {
		font-family: Georgia, Times New Roman;
	}

	div#page {
		width: 500px;
		margin: 100px auto 0 auto;
	}

	h1 {
		text-align: center;
		color: #eee;
	}
