* {
  margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
  background: white;
	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:-13.75em; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	min-height:400px;
	width:400px;
	clear:left;
	border: 1px solid #FF9900;
}

#container div {
	font-size:80%;
	float:right;
	width:17em;
	margin-left:2em;
}
			
h1{
  display:none;
}
    
h2{
  font-size: 100%;
  color: black; 
}
      
p{
  font-size: 200%;
  line-height: 90%;
  text-transform: capitalize;
  margin: 40px 100px;
  color: silver;
}

p.redirect{
  font-size: 65%;
  line-height: 125%;
  color: black;
  margin: 20px 0px;
}

ul,li{
  list-style-type: none;
  font-size: 100%;
  line-height: 200%;
}

li a:link, li a:visited{
  color: #FF3300;
  text-decoration: underline;
}

li a:hover, li a:visited:hover{
  color: #FF3300;
  text-decoration: none;
}

.hidden{
  display: none;
}

