html, body {
	height: 100%;
}

body {
	text-align: center;
	background: #FFFFFF url(../images/body_bg.jpg) repeat-x 0px 0px;
	margin: 0px;
	padding: 0px;
	color: #636363;
	font: 12px Arial, Helvetica, sans-serif;
}

div#distance { 
	margin-bottom: -293px; /* half of content height */
	width: 1px;
	height: 50%;
	float: left;

}

div#content {
	position: relative;
	text-align: left;
	height: 586px;
	width: 850px;
	background: #FFFFFF url(../images/content_bg.jpg) no-repeat 0px 0px;
	margin: 0 auto;
	clear: left;
}

div#logo {
	display: none;
}

div#copy {
	text-indent:-9999px;
}

a#link {
	text-indent: -9999px;
	display: block;
	height: 15px;
	width: 194px;
	position: absolute;
	left: 261px;
	top: 546px;
}

strong {color:#9e0b0f;}
