* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html, body {
	width: 100%;
	height: 100%;

	background-color: #544C44;
}
body {
	line-height: 1;
	font-family: "Times New Roman", Georgia, serif;
	font-size: 1em;
	color: #746961;
	background: #544C44 url(pattern.png);
}
h1 {
	text-indent: -99999px;
}
div#outer {
	position: absolute;
	width: 100%;
	height: 630px;
	top: 376px;
	margin-top: -315px;
	background: transparent url(bgbar.png) repeat-x 0px 90px;
	left: 1px;
}
div#object-wrapper {
	width: 830px;
	height: 630px;
	margin: 0 auto;
	padding: 15px;
	background: transparent url(shadow.png) no-repeat top left;
}

p#foot {
	position: relative;
	z-index: 999;
	width: 800px;
	margin-top: 3px;
	font-family: Arial, sans-serif;
	font-size: .6em;
	text-align: center;
}
p#foot a {
	color: #746961;
	text-decoration: none;
}
p#foot a:hover {
	color: #7A6E65;
	border-top: 1px dotted #7A6E65;
	border-bottom: 1px dotted #7A6E65;
}

