
/* Main Splash*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	background: black;
	text-align: center;
	background: white url(http://www.lawnchairmillionaire.com/theme/splash/splash_shouting_guy/background_repeat-x.gif) repeat-x top left;
}

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

#wrap2{
}

#wrap3{
  height: 1%;
  background: url(http://www.lawnchairmillionaire.com/theme/splash/splash_shouting_guy/bottom_left.png) no-repeat 0 255px;
}

#wrap4{
  position:relative;
  background: url(http://www.lawnchairmillionaire.com/theme/splash/splash_shouting_guy/bottom_right.png) no-repeat right 370px;
  height:760px;
}

#countDownTime{
	position:absolute;
	z-index:100;
	top:  13px;
	left: 400px;
	font-weight: bold;
	color:#9A221E;
	text-align: right;
	font-size:12px;
}

#moneyCounting {
	position:absolute;
	z-index:100;
	top:  650px;
	left: 200px;
}

#content {
	position:absolute;
	z-index:100;
	top: 270px;
	left: 210px;
	width: 260px;
}

#form {
	background: url(http://www.lawnchairmillionaire.com/theme/splash/splash_shouting_guy/form_bg.gif) no-repeat bottom left;
  top: 570px;
	left: 550px;
	position:absolute;
	height:300px;
	width:200px;
}

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

#form #fname {
  margin-bottom:25px;
}

#form #fname, #form #email {
  width:150px;
  margin-left: 60px;
}

#form #button {
  margin: 10px 0 0 0px;
}

#form #formError {
  position: absolute;
  top:25px;
	left:-10px;
  color: red;
  font-weight:bold;
  font-size: 12px;
}

#footerText {
	text-align:right;
	position:relative;
	z-index:100;
	margin: 5px 0;
}

#footerText a{
	color:black;
}