

/* Main Splash*/

body {
	margin: 0;	
	padding: 0;	
	font-family: Verdana, sans-serif; 
	font-size: 14px; 
	background: black; 
	text-align: center;
}

#wrap { 
	margin: 0 auto; 
	padding: 0px;	
	text-align: left; 
	width: 725px; 
}

#header {
	height: 286px;
}

#content {
	background: url(http://www.lawnchairmillionaire.com/theme/splash/splash_cloud/row2.gif) no-repeat top left;
	height: 316px;
	position:relative;
}

#content #content_text {
	width:320px;
	padding: 70px 0 0 30px;
}

#lowerLeft {
	height: 274px;
}

#form {
	background: url(http://www.lawnchairmillionaire.com/theme/splash/splash_cloud/form_bg.gif) no-repeat bottom left;
	height: 274px;
	position:relative;
}

#form form {
	margin:0;
	padding:0;
}

#form #fname, #form #email {
	position:absolute;
	top:38px;
	left:495px;
	width: 200px;
}

#form #email {
	top:70px;
}

#form #fnameError, #form #emailError{
	position:absolute;
	color: red;
	left:395px;
	font-size:11px;
	font-weight:bold;
	top:20px;
}

#form #emailError{
	top: 95px; 
}

#form #button {
	position:absolute;
	top:116px;
	left:423px;
}

#countDownTime{
	position:relative;
	z-index:100;
	top:  30px;
	right: 16px;
	font-weight: bold;
	color:white;
	text-align: right;
	font-size:12px;
}

#moneyCounting {
	position:relative;
	z-index:100;
	top:  231px;
	right: 0px;
	text-align: right;
	font-size:42px;
	font-weight: bold;
	letter-spacing: -3px;
	float:right;
}

#footerText {
	color:white; 
	margin:-40px 10px 0 0;
	text-align:right;
	position:relative; 
	z-index:100;
}

#footerText a{
	color:white;
}
