html, body {
	height:100%;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(images/background.gif);
	background-repeat:repeat;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-355px; /* half of container's height */
	float:left; 
}
#content {
	margin: 0 auto;
	width: 973px;
	text-align:left;
	position:relative;
	clear:left;
}

.innercontent {
	padding: 137px 0px 0px 130px;
}

.innercontent {
	text-indent: -9999px;
}
.innercontent p a {
	background-image: url(images/noflash.png);
    cursor: pointer;
	width: 612px;
	height: 162px;
	display: block;
}
