body {
	background-color: #A49B6C;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
#outer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}
#inner {
	width: 800px;
	height: 600px;
	margin-left: -400px;  /***  width / 2   ***/
	position: absolute;
	top: -300px;          /***  height / 2   ***/
	left: 50%;
	text-align: center;
	padding: 0px;
}
#wrapper {
	width: 800px;
	height: 600px;
	background-color: #D1CDB5;
	position: relative;
}
#logo {
	width: 800px;
	height: 85px;
	position: absolute;
	top: 259px;
	left: 0px;
}
#content {
	width: 800px;
	height: 85px;
	position: absolute;
	top: 400px;
	left: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #645233;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #999900;
	text-decoration: none;
}
