<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header, #footer{
	background-color: transparent;
}
#footer li,
#footer span.but,
#footer li a{
	color: white;
}
#bg{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
}
#bg img{
	position: absolute;
}
#intro{
	top: 50%;
	left: 50%;
	color: white;
	z-index: 10;
	width: 500px;
	font-size: 18px;
	line-height: 24px;
	position: absolute;
	margin: 5px 0 0 -455px;
}
#intro a{
	color: white;
	text-decoration: underline;
}
#intro a:hover{
	color: white;
	text-decoration: none;
}
</pre></body></html>