body {
	padding: 				0px;
	margin:					0px;
	
	background:				#000000 url('images/mainimage.jpg') top left;
	background-repeat: 		no-repeat;
}

a {
	text-decoration:		none;
}

a:link {
	color:					#ff4078;
}

img {
	border:					0px;
}

#header {
}

#text {

	margin-left:			100px;
	margin-right:			100px;
	padding:				10px;
	
	border:					1px solid #ffffff;

	color: 					#ffffff;
	font-family: 			Lucida Grande, Verdana;
	font-size:				10pt;
	line-height:			1.5em;
	
	background:				url('images/text_back.png');
}

#footer {

	margin-top:				50px;
	border-top:				1px solid #ffffff;
	border-bottom:			1px solid #ffffff;
	padding-left:			20px;
	
	color:					#ffffff;
	
	font-family:			Lucida Grande, Verdana;
	font-size:				10pt;
}

li {
	list-style-image:		url('images/bullet.png');
}

h1 {
	padding:				0px;
	margin:					0px;
	color:					#ff4078;
	font-size:				14pt;
}

.emph {
	font-size:				12pt;
}

#survey {
	text-align:				center;
}