BODY {
	margin: 0;
	padding: 0;
}

#pageContainer {
	/* Default site settings */
	font-family: 'Cinzel Decorative', cursive;
	font-size: 16px;
	color: #FFFFFF;
}

#headerRow {
	background-image: url('/images/texture.png');
	background-color: #333333;
	overflow-x: hidden;
}
#headerContainer {
	width: 1000px;
	height: 700px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	font-family: 'Cinzel Decorative', cursive;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
}
