body	{ background: white; font-family: Verdana, sans-serif; margin: 0; font-size: 12px; }
			
.title	{ float:left; text-align:right; width:35%; height:40px; clear:left; font-weight:bold}
.comp	{ float:left; text-align:left; height:40px; width:65%}

#cfw {
	background: url(CFWbackground.png) no-repeat;
	position: relative;
	width: 600px;
	height: 450px;
}

#cfw #title {
	position: absolute;
	top: 25px;
	left: 300px;
	width: 300px;
	height: 25px;
	text-align: center;
	color: #060;
	font-family: Myriad, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 25px;
}

#cfw #questions {
	position: absolute;
	top: 75px;
	left: 10px;
	width: 580px;
	height: 360px;
}

