html, body {
	margin: 0;
	padding: 0;
}
.hidden {
	display: none;
}

#page-container {
	width: 850px;
	margin: 15px auto 0px;
	background-color: #ffffff;
}

#wrapper {
    margin: 0 auto;
    width: 850px;
}

#header {
	height: 112px;
	background-color: #9CB682;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
}

body {
	background-attachment: fixed;
	background-image: url(../images/bgkd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#heading {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding-top: 50px;
	padding-left: 320px;
}

#footer {
	font-size: 14px;
	font-weight: bold;
	color: 333333;
	text-align: left;
	padding-top: 30px;
	padding-left: 30px;
}
