<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.center {
  text-align: center;
}

.fixed-top {
  position: fixed;
  top: 5px;
}

#body-wrap {
	height: 100%;
	position: fixed;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	background-color: #fff;
	z-index: -9999;
}

#footer {
	margin-top: 20px;
}</pre></body></html>