

/* Main Splash*/

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

#wrap { 
	margin: 0 auto; 
	padding: 0px;	
	text-align: left; 
	width: 748px; 
	background: url(http://www.lawnchairmillionaire.com/theme/splash/splash_bomb/col1_top.jpg) no-repeat top left;
}

#wrap2 {
  background: transparent url(http://www.lawnchairmillionaire.com/theme/splash/splash_bomb/col1_bottom.jpg) no-repeat bottom left;
}
 
#wrap3 {
  background: transparent url(http://www.lawnchairmillionaire.com/theme/splash/splash_bomb/col2_bottom.jpg) no-repeat bottom right;
}	
 	
#wrap4 {
  height:920px;
  position: relative;
}	
 	
.content {
  position:absolute;
  right: 20px;
  top:20px;
  color: white;
  width: 293px;
  margin-left:20px;
}

.content p{
  margin:0; 
}

#content1 {
  top: 40px;
}

#content2 {
  top: 420px;
}

#countDownTime{
	position:absolute;
	z-index:100;
	top:  770px;
	left: 30px;
	font-weight: bold;
	color:white;
	font-size:12px;
}

#moneyCounting {
	position:absolute;
	z-index:100;
	top:  710px;
	left: 70px;
	font-size:42px;
	font-weight: bold;
}

#form {
	width: 300px;
  position: absolute;
  top: 650px;
  right: 20px;
}

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

#form #fname, #form #email {
	position:relative;
	width: 170px;
	margin-left: 115px;
}

#form #email {
  margin-top: 24px;

}

#form #button {
  margin: 25px 0 0 50px;
}

#form #fnameError, #form #emailError{
	color: red;
	font-size: 11px;
  position:absolute;
  top:-46px;
  left:10px;
  border: 1px solid red;
  background: white;
  padding: 6px 8px;
  width: 260px
}

#footerText {
  margin: 0 auto; 
  width: 748px;  
	text-align: right;
}

#footerText a{
	color:black;
}
