* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background: url('gertrude-ederle-bg.png') #555;	
	font-family: "Helvetica Neue", "Arial", sans-serif;
	color: #fff;
	text-align: center; /* horizontal centering for IE Win quirks */
}

a:link, a:active, a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: #fff 0px 0px 10px;
}


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

#container {
	/*background: url('semi.png');*/
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: center;
	text-shadow: #000 0px 0px 5px;
	height: 330px;
	width: 580px; /*45em;*/
	clear: left;
}

.twitter {
 color: lightblue;
}

#lower_right {
	position: absolute;
	bottom: 25px;
	right: 25px;
}

h1 {
	font-size: 2.5em;
	padding: 0px;
	margin: 0px;
	text-shadow: #000 0px 0px 5px;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
