body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../img/bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
html {
	height: 100%;
	width: 100%;
}
#content {
	height: 600px;
	width: 800px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -400px;
	background-image: url(../img/contentbg.png);
	background-repeat: repeat;
	border: 1px solid #E5E5E5;
}
#content .text {
	padding-left: 290px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	height: 360px;
	color: #666;
}
#content .text a {
	text-decoration: none;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8D7E45;
	font-weight: bold;
}
#content .text a:hover {
	color: #867745;
}
#content .text span {
	display: block;
	float: left;
	width: 65px;
}
#head-left {
	height: 190px;
	width: 260px;
	float: left;
}
#content #footer a {
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8D7E45;
}
#content #footer a:hover {
	color: #867745;
}
#head-right {
	float: right;
	height: 190px;
	width: 510px;
}
#content h1 {
	font-size: 39px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 45px;
	height: 45px;
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #7B6F40;
}
#content  h2 {
	font-size: 28px;
	font-weight: normal;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
	line-height: 28px;
	height: 28px;
}
#footer {
	text-align: right;
	padding-right: 20px;
}


.clear {
	clear: both;
}
