
/* 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_beach_couple/background_repeat-x.gif) repeat-x top left;
}

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

#wrap2{
  background: url(http://www.lawnchairmillionaire.com/theme/splash/splash_beach_couple/row2.jpg) no-repeat 1px 163px;
}

#wrap3{
  height:1%;
  background: url(http://www.lawnchairmillionaire.com/theme/splash/splash_beach_couple/row3.jpg) no-repeat 1px 469px;
}

#wrap4{
  position:relative;
  background: url(http://www.lawnchairmillionaire.com/theme/splash/splash_beach_couple/row4.jpg) no-repeat 1px 678px;
  height:860px;
}

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

#moneyCounting {
	position:absolute;
	z-index:100;
	top:  486px;
	left: 135px;
}

#content {
	position:absolute;
	z-index:100;
	top: 160px;
	right: 20px;
	width: 275px;
}

#form {
	background: url(http://www.lawnchairmillionaire.com/theme/splash/splash_beach_couple/form_bg.gif) no-repeat bottom left;
  top: 533px;
	left: 470px;
	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:-20px;
  color: red;
  font-weight:bold;
  font-size: 12px;
}

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

#footerText a{
	color:black;
}