@charset "UTF-8";
/* One Dollar Bootcamp CSS File */

#dollarBootcamp {
	width:100%;
	height:810px;
	position:relative;
}

#dollarBootcamp p.guarantee {
	position:absolute;
	left:110px;
	top:280px;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
}

#dollarBootcamp p.imReady {
	position:absolute;
	text-align:center;
	right:100px;
	top:175px;
	width:450px;
	font-size:16px;
	font-weight:bold;
}

#topHand{
	width:288px;
	height:269px;
	position:absolute;
	top:50px;
}

#topText {
	width:476px;
	height:178px;
	position:absolute;
	right:50px;
	top:0px;
}

#guarantee {
	width:94px;
	height:103px;
	position:absolute;
	bottom:425px;
	left:10px;
}

#bootcampInfo{
	width:771px;
	height:245px;
	position:absolute;
	bottom:0px;
	left:25px;
}

#results{
	width:453px;
	height:187px;
	position:absolute;
	bottom:240px;
	left:0px;
}

#signupForm{
	position: absolute ;
	width: 325px ;
	right:25px;
	top:270px;
}

