@charset "utf-8";
@import url("common.css");

#wrapper {
	text-align: center;
}

#indexText {
	display: none;
}

h1 {
	font-size: 10px;
	color: #8b7262;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 27px;
}

p {
	font-size: 12px;
	color: #e3d6cf;
	padding: 14px 0 14px 0;
}

a {
	color: #e3d6cf;
	text-decoration: underline;
}

#footer p, #footer a {
	color: #000;
}