body {
	background-image: url(/images/solid_earth_member_longer.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#main {
	background-image: url(/images/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;
}