html {
	height: 100%;
}

body  {
	margin: 0px;
	height: 100%;
	font-family:"Lucida Grande",Myriad,"Andale Sans","Luxi Sans","Bitstream Vera Sans",Tahoma,"Toga Sans",Helvetica,Arial,sans-serif;
}

.smallGray {
	color: #888A85;
	font-size: 10pt;
}

#content {
	padding: 10px;
}

#actualContent {
	position: absolute;
	left: 140px;
	top: 160px;
	width: 600px;
	color: #333333;
	z-index: 1;
}

.quote {
	text-align: justify;
}

#headline {
	position: absolute;
	left: 100px;
	top: 80px;
	color: #eeeeee;
}

#bottom  {
	position: absolute;
	bottom: 10px;
}