html, body {
	background: #fff;
	color: #3b3c38;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "MS Sans Serif", Arial, Helvetica, Verdana, sans serif;
}
h1, p {
	font-family: Arial, Helvetica, Verdana, sans serif;
	font-weight: normal;
	color: #8a8a8a;
}
a:link, a:visited {
	color: #867540;
	outline: none;
}
a:hover, a:active, a:focus {
	color: #cbb368;
}
div {
	display: block;
	text-align: center;
}
h1 {
	display: block;
	margin: 18% auto 0 auto;
	padding: 0;
	height: 91px;
	width: 150px;
	background: transparent url(../i/holding.gif) top left no-repeat;
	text-indent: -5000px;
}
p {
	font-size: 0.7em;
	
}

