<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-image: url(solid_earth_member_longer.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#main {
	background-image: url(solid_earth_member_bg.jpg);
	background-position: center 0px;
	width: 1000px;
	padding-right: 100px;
	padding-left: 100px;
	background-repeat: no-repeat;
	min-height:835px;
	margin-top: 0px;
	padding-top: 0px;
}

#main #member_list {
	float: left;
	padding-top: 0px;
	padding-left: 5px;
	font-weight: bold;
	color: #FFF;
}
#main #content {
	width: 615px;
	float: left;
	padding-left: 25px;
	padding-top: 8px;
	line-height: 25px;
}
#main #content a {
	color: #39F;
	text-decoration: none;
}
#main #content img{
	border: 1px solid #CCC;
}
#bottom {
	height: 134px;
}</pre></body></html>