/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/black_griffin.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	text-align: center;
	margin: 400px auto;
	background-position: center 200px;
}

p {
	font-size: 12px;
	color: #E6E7E8;
}

.yellow {
	color: #FFD400;
	font-size: 14px;
}
