html, body {
	height:100%;
	}

body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}

div#distance { 
	margin-bottom: -347px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
	}

.style1 {font-size: 28px}

.style2 {font-size: 19px}

#sitecontainer {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 693px;         /* required - desired height */
	width: 859px;        /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	}

.fake_button
{
	border: 0px solid #000;
	background-color:transparent;
	cursor: pointer;
}