html, body {
	height:100%;
	width:100%;
	margin:0; padding:0;
	color:#000000;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-251px;
	float:left;
}

#flashcontent {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:502px;
	width:900px;
	clear:left;
}



#flashcontent img {
	margin: 20px;
}

#flashcontent p, #flashcontent h1, #flashcontent h2 {
	margin: 10px 0px 10px 20px;
}

#flashcontent h1 { font-size: 1.25em; }

#flashcontent p { font-size: 0.75em; }

#flashcontent h2 { font-size: 0.5em; font-weight:normal; color:#aaa; }

#flashcontent a {
	color:#66C2D9;
	font-weight:bold
}