body, html
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
	background: #646464;
	font: 11px tahoma;
	color: #ffffff;
}
form
{
	height: 100%;
}
#distance
{
	width: 100%;
	height: 50%;
	margin: 0 0 -325px 0;
	float: left;
}
#flashContent
{
	width: 100%;
	height: 650px;
	position: relative;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: url(../images/bgTile.jpg) left bottom repeat-x;
	clear: left;
}