@charset "utf-8";
body {
	background-repeat: no-repeat;
	background-color: #453625;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* CSS Document */

#page {
	text-align: center;
	height: 400px;
	width: 750px;
	font-family: Calibri, Arial;
	color: #EEE7E1;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}
#page img {
	margin: 0px;
}
#page p {
	text-align: center;
}

#home_center {
	background-color: #992120;
	font-family: "Agency FB", "Arial Black";
	font-size: 2em;
	color: #EAE3DB;
	padding: 5px;
	position: absolute;
	z-index: 1000;
	top: 550px;
	left: 500px;
}
