
/* Main Splash*/

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

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

#wrap2{
  background: url(http://www.lawnchairmillionaire.com/theme/splash/splash_hottest/row1_right.jpg) no-repeat top right;
}

#wrap3{
  height: 1%;
  background: url(http://www.lawnchairmillionaire.com/theme/splash/splash_hottest/row2.jpg) no-repeat 0px 273px;
}

#wrap4{
  position:relative;
  background: url(http://www.lawnchairmillionaire.com/theme/splash/splash_hottest/row3.jpg) no-repeat right 507px;
  height:960px;
}

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

#moneyCounting {
	position:absolute;
	z-index:100;
	top:  590px;
	left: 520px;
}

#content {
	position:absolute;
	z-index:100;
	top: 540px;
	left: 75px;
	width: 265px;
  font-size:14px;
}

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

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

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

#form #fname, #form #email {
  width:150px;
}

#form #button {
  margin: -75px 0 0 170px;
}

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

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

#footerText a{
	color:white;
}