@charset "utf-8";
/* CSS Document */

body {
	background-color: #4f5559;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(images/joinpagebgfade.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
}
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#topheadder {
	background-attachment: scroll;
	background-image: url(images/mem_header.jpg);
	background-repeat: no-repeat;
	height: 165px;
	width: 1024px;
}
#maincontent {
	background-color: #FFF;
	height: 900px;
	width: 1024px;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(images/joinpage.jpg);
	background-repeat: no-repeat;
}
#spointsholder {
	height: 420px;
	width: 990px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#spoint1 {
	float: left;
	height: 420px;
	width: 480px;
}
#spoint2 {
	float: left;
	height: 420px;
	width: 500px;
}
#fly {
	height: 300px;
	width: 1024px;
	margin-top: 15px;
}


#footer {
	background-color: #000;
	height: 100px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	overflow: hidden;
	border-bottom-width: 2px;
	padding-top: 30px;
}
#footerstuff {
	color: #FFF;
	text-align: center;
	height: 40px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#footer #footerstuff a:visited {
	color: #FFF;
}
#footer #footerstuff a {
	color: #FFF;
}
#beta {
	color: #FFF;
	text-align: center;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

