body {
	width: 897px;
	margin-right: auto;
	margin-left: auto;	
	/*background-color: #d4d1cf;*/
	background-image: url("../images/hg.png");	
}

#header {
	width: 897px;
	height: 122px;
	background-image: url("../images/header1.jpg");	
	background-repeat: no-repeat;
	text-align: left;
}

#menu {
	width: 897px;
	height: 26px;
	background-image: url("../images/header2.jpg");
	background-repeat: no-repeat;
	color: white;
	text-align: right;
}

#footer {
	width: 897px;
	height: 24px;
	
	background-image: url("../images/footer.jpg");
	background-repeat: no-repeat;
}
/* IE workaround */
* html #footer {
	height: 22px;
	line-height: 24px;
}

#footer .left {
	width: 200px;
	float: left;
	text-align: left;
	padding-left: 15px;
}

#footer .right {
	width: 200px;
	float: right;
	text-align: right;
	padding-right: 15px;
}

#footer .center {
	margin-right: 200px;
	margin-left: 200px;
}

