body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote { margin: 0; padding: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
fieldset,img,abbr { border: 0; }

body {
	background: #fff;
}

div,td,body {
	color: #000000;
	font-size: 10pt;
	font-family: "Lucida sans",Helvetica, Sans-serif;
	line-height: 1.6;
}


html, body {
	height:100%;
	}

body {
	background-color:#fff;
	color:#630;
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	}

#distance { 
	width:1px;
	height:50%;
	background-color:#fc6;
	margin-bottom:-19em; /* half of container's height */
	float:left;
	}

#container {
	background-color:#ff9;
	border:1px solid #c93;
	border-top-color:#fff;
	border-left-color:#fff;
}



#v-box {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	clear:left;
	width:800px;
	height:38em;
	border: 1px solid #d0d3dd;
	text-align:center;
}

a {
	color: #0000a0;
	text-decoration:underline;
}

a:link {
	color: #0000a0;
}
 
a:active {
	color: #0000a0;
}

a:visited {
	color: #0000a0;
}

a:hover {
	text-decoration: none;
	color: #909090;
}

