body {
	margin: 0px;
	padding:0px;
	background-attachment: fixed;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}	
.privacy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer {
	font-size: 10px;
	text-align: center;
}
.helpYou {
	font-family: "Arial Black";
	font-size: 24px;
	font-weight: bolder;
	color: #669933;
}
.number {
	font-family: "Arial Black";
	font-size: 16px;
	font-weight: bolder;
	color: #669933;
	text-align: center;
}
/*landing page*/
#page {
	position:relative;
	left:0px;
	top:0px;
	width:780px;
	z-index:1;
	padding: 0px;
	margin: 0px auto;
	background-color: #ffffff;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#form {
	position:absolute;
	left:422px;
	top:79px;
	width:356px;
	height:361px;
	z-index:1;
}
#preview {
	width:780px;
	
}
#Layer2 {
	position:absolute;
	left:282px;
	top:411px;
	width:363px;
	height:507px;
	z-index:3;
}
#info {
	width:780px;
	height:400px;
}
/*end landing page*/

/* survey page */
#text {
	font-size: 14px; 
	float:left; 
	width:65%;
	margin-left: 30px;
	margin-top: 30px;
}
#starburst {
	position: absolute;
	top: 16px;
	left: 663px;
	z-index: 8;
	width: 108px;
	height: 105px;
}
#header {
	float: left;
	margin-top: 15px;
}
#content {
	float:left;
	margin-left: 15px;
	width: 566px;
}
#footer {
	width:780px;
	margin-top: 25px;
	clear: both;
}
#survey { border: 1px solid #666666; }
#continue {
	float: right;
	margin: 15px;
}

/* end survey page */

