@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	position:static;
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#movieWrapper {
	position:static;
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColFixCtr #mainContent {
	position:relative;
}
#Mast {
	position:absolute;
	left:0px;
	top:5px;
	z-index:10;
}
#MastHead {
	position:absolute;
	left:0px;
	top:0px;
	width:374px;
	height:145px;
}
#MastTitle {
	position:absolute;
	left:374px;
	top:0px;
	width:426px;
	height:107px;
}
#Nav {
	position:absolute;
	left:374px;
	top:107px;
	width:426px;
	height:24px;
	border:0px;
	margin:0px;
	padding:0px;
}
#TempNav {
	position:absolute;
	left:374px;
	top:107px;
	width:426px;
	height:38px;
	background-image:url(../images/NavSub426x14.png);
	border:0px;
	margin:0px;
	padding:0px;
}
#Nav div {
	float:left;
	text-align:left;
}
#Nav img {
	float:left;
}
#PoolDD {
	position:absolute;
	left:-39px;
	top:22px;
	width:140px;
	z-index:5;
}
#FundDD {
	position:absolute;
	left:77px;
	top:22px;
	width:142px;
	z-index:5;
}
#AboutDD {
	position:absolute;
	left:214px;
	top:22px;
	width:74px;
	z-index:5;
}
.hideme {
	display:none;
}
.showme {
	display:block;
}
#NavSub {
	position:absolute;
	left:374px;
	top:131px;
	width:426px;
	height:14px;
}
#MainBody {
	position:absolute;
	left:0px;
	top:160px;
	width:819px;
	height:auto;
	font-size:12px;
	overflow:visible;
}
.sidebar {
	width:150px;
	background-image:url(../images/SideBack150x1.png);
	background-repeat:repeat;
	padding:20px 0px;
	vertical-align:top;
}
.sidesubhead {
	font-size:18px;
	color:#424242;
	padding:0px 5px 20px 0px;
	text-align:center;
}
.sidecentertext {
	text-align:center;
	padding:0px 5px 20px 0px;
}
.centerbody {
	padding:20px 10px;
	width:630px;
	background:#E7E8EA;
}
#imgholder {
	width:630px;
	height:150px;
}
.midimg {
	padding:0px 5px;
}
.hometext {
	padding:5px 0px 20px;
}
.subhead {
	font-size:24px;
	color:#424242;
	padding-bottom:20px;
	text-align:center;
}
#SBDLogo {
	width:19px;
	vertical-align:bottom;
}
a {
	color:#A001C0;
}
a, img {
	border:0px;
	padding:0px;
	margin:0px;
}
.spacer {
	height:30px;
}
.minispacer {
	height:15px;
}
.error {
	color:#FF0000;
}

.invite {
	margin-top: 20px;
	padding: 0 10px;
	background: black;
	font-size: 18px;
	text-align: left;
	color: #FFF;
}
.IndexPreLaunch {
	margin-top: -20px;
}
