html {
	height: 100%;
	
}
body {
	
	background-color: #1d4626;
	font-family: "Arial","Sans-Serif";
	font-size: 12px;
	color: #333333;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	
}

#bgHolder {
	width: 1400px;
	height: 900px;
	margin-left: auto;
	margin-right: auto;
}

#bannerImg {
	width: 708px;
	height: 252px;
	border: 0px solid red;
	background-repeat: no-repeat;
}


p {
	margin-top: 0px;
	margin-bottom: 12px;
}

h1 {
	font-size: 12px;
	color: #31751e;
	margin-bottom: 5px;
}

.launchPadContainer {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align: center;
}

#launchPad {
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	width: 772px;
	background-color: #f7f3f0;
}

#launchPadContent {
	margin-left: 30px;
	margin-right: 30px;
}

.spacer{
	clear:  both;
	line-height: 0;
	font-size:  0;
	height:  0px;
	background-color:none;
	border:0px solid black;
}

.leftSide {
	width: 460px;
	float:left;

}

.dividerLine {
	background-image: url('../images/landing/launch_dot_shortlines2.jpg');
	background-repeat: repeat-y;
	width:16px;
	height: 220px;
	float:left;
	
}


a.launchButton {
	display: block;
	width: 200px;
	height: 32px;
	margin-bottom: 22px;
	text-decoration: none;
	background: url("../images/landing/launch_button.jpg");
}

a.launchButton:hover {
	background-position: -200px 0;
}

#footer {
	color: #a09f9d;
	font-size: 10px;
}



.horizLine {
	margin-top: 7px;
	margin-bottom: 7px;
}

.textInput {
	width: 130px;
	height: 12px;
}

a.emailButton {
	display: block;
	width: 75px;
	height: 21px;
	text-decoration: none;
	background: url("../images/landing/email_button.jpg");
}

a.emailButton:hover {
	background-position: -75px 0;
}

table {
	margin-top:0px;
	}






