html {
    height: 100%;
    overflow: hidden;
}

body {
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#flash {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}

#distance {
	width:1px;
	height:50%;
	margin-bottom:-50px; /* half of container's height */
	float:left;
}
			
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	border: 0 0 0 0;
	height:100px;
	width: 100%;
	clear:left;
	overflow:hidden;
	z-index:10;
	text-align:center;
}

#right {
	float:right;
	right:0px;
	margin-right:4px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:66px;
	padding:0;
	border:0;
	margin:0;
	color:#FFFFFF;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	border:0;
	margin:0;
	color:#FFFFFF;
}

a {
	style:none;
	color:#FFFFFF;
	text-decoration:none;
}