* html #wrapper {
	position: relative;
	width: 820px;
	min-height: 100%;
	margin: 0px auto;
	height: 97%;
}
*+html #wrapper {
	position: relative;
	width: 820px;
	min-height: 97%;
	margin: 0px auto;
	height: 97%;
}
* html #copyright {
	padding: 0;
	margin-top: -13px;
}
*+html #copyright {
	margin-top: -13px;
}

