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

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

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

#wrap3{
  height:1%;
  background: url(http://www.lawnchairmillionaire.com/theme/splash/splash_resort_couple/bottom_right.jpg) no-repeat 488px 159px;
}

#wrap4{
  position:relative;
  background: url(http://www.lawnchairmillionaire.com/theme/splash/splash_resort_couple/row3.png) no-repeat 1px 521px;
}

#wrap5 {
  background: url(http://www.lawnchairmillionaire.com/theme/splash/splash_resort_couple/row4.png) no-repeat 1px 618px;
  height:880px;
}

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

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

#content {
	position:absolute;
	z-index:100;
	top: 160px;
	right: 30px;
	width: 200px;
  color: white;
}

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

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

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

#form #fname, #form #email {
  width:200px;
  margin-left: 70px;
}

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

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

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

#footerText a{
	color:black;
}
