#logo {
	position: absolute;
	left: 190px;
	top: 10px;
}
#header {
	position: absolute;
	left: 190px;
	top: 140px;
	font-family: "Arial Black", "Futura Black", "Folio XBd BT", "Futura XBlk BT";
	font-size: 28px;
	text-decoration: none;
	width: 510px;
}
#content {
	position: absolute;
	width: 510px;
	left: 190px;
	top: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 120%;
}

