<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background: #020491;
	color: #fff;
	background: url(../images/bg.jpg) repeat center top;
}

#page{
	background: url(../images/bgt.jpg) repeat-x center top;
}

/* head */

#head{
	background: url(../images/bgcontents.jpg) no-repeat center top;
}
#head .title{
	margin: 0 auto;
	width: 665px;
	height: 0;
	padding-top: 512px;
	font-size: 0.1em;
	overflow: hidden;
	background: url(../images/title.png) no-repeat center top;
}

/* foot */

#foot{
	padding: 25px;
	background: #000;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: center;
}
#foot a{
	color: #fff;
}

/* overlay */

#overlay{
	display: none;
}
</pre></body></html>