@charset "utf-8";

/*  REGISTER - Styles and layout  */
/**********************************/

#centerTable{
	position: relative;
	background-image: url(../images/bg-1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	display: table;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 100%;
}


#FlashContainer {
	position: relative;
	width: 985px;
	height: 650px;
	z-index: 1000;
}

#coming_soon {
	position:absolute;
	left:310px;
	top:6px;
	width:414px;
	height:94px;
}

#intro_copy {
	position:absolute;
	left:240px;
	top:100px;
	width:609px;
	height:71px;
	font-size:12px;
	line-height:14px;
}



#starter_pack {
	position:absolute;
	left:271px;
	top:230px;
	width:478px;
	height:22px;
}


#health_panel_1 {
	position:absolute;
	left:216px;
	top:251px;
	width:287px;
	height:127px;
}

#health_panel_2 {
	position:absolute;
	left:216px;
	top:378px;
	width:287px;
	height:112px;
}

#health_panel_3 {
	position:absolute;
	left:216px;
	top:492px;
	width:287px;
	height:116px;
}


#RegisterCon {
	position:absolute;
	left:567px;
	top:293px;
	width:234px;
	height:359px;
	color:#FFFFFF;
}

.regform {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	width: 210px;
	
}


.regformtext {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	
}

