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

body {
	margin: 0px;
	padding: 0px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 24px;
	background-color:#000;
}



/***  LANDING PAGE STYLES   ***/

#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}
 
#inner {
  width: 786px;
  height: 516px;
  margin-left: -393px;  /***  width / 2   ***/
  position: absolute;
  top: -258px;          /***  height / 2   ***/
  left: 50%;
  text-align:center;
}

/***  END LANDING PAGE STYLES   ***/

img {
	border:0;
	}

.clear {clear:both;font-size:0;height:0;line-height:0}

a {color:#fff;}

#wrapper {
	width: 786px;
	margin: 0 auto;
	}

#header {
	padding:20px 0 0 0;
	}
	
#homeFeature {
	width:786px;
	height:480px;
	background-image:url(../images/home_background.jpg);
	background-repeat:no-repeat;
}
	
#content {
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	overflow: hidden;
	font-size: 12px;
	line-height: 14px;
	}
	
#contentText {
	align:left;
	padding:32px 16px 0 16px;
	}
	
#contentRegistrationLeft{
	float:left;
	position:relative;
	width:398px;
	margin:0 0 0 111px;
	}

#contentRegistrationSweepsLeft{
	float:left;
	position:relative;
	width:398px;
	margin:20px 0 0 50px;
	}
	
#contentRegistrationRight{
	float:left;
	position:relative;
	width:275px;
	}

/* Footer Styles */

#footer {
	margin: 0 0 20px 0;
	width: 786px;
	color:#f8981d;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	}
	
#footerLegal {
	float:left;
	position:relative;
	width:540px;
	margin: 16px 0 0 0;
	padding: 0 0 0 16px;
	}
	
#footerLegalText {
	margin:20px 0 40px 0;
	}
	
#footerLinks {
	float:left;
	position:relative;
	width: 204px;
	margin: 16px 16px 0 0;
	text-align:right;
	}	
	
#footerRules {
	width:754px;
	margin: 16px 0 0 0;
	padding: 0 0 0 16px;
	}

#footer a {
	color:#f8981d;
	text-decoration:underline;
	}
	
#footer a:hover {
	color:#fff;
	}

/* End Footer Styles */

