* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #141a1d;
	color: #bee6f1;
	font-family: Times, Serif;
	letter-spacing: 0.1em;
	font-size: 12px;
	font-weight: 100;
	line-height: 16px;
	text-align: center;
}

img {
	border: none;
}

p {
	font-size: 13px; 
}

hr {
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #bee6f1;
	margin: 10px 0 10px 0;
}

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

#container {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 780px;
	width: 990px;
	clear: left;
}

#name {
	padding: 0;
	margin-top: 326px;
	margin-left: 660px;
	width: 330px;
	float: left;
}

.content {  
	position: relative;  
} 

a.menu {
	color: #bee6f1;
	text-decoration: none;
}

a.menu:hover {
	color: #fff;
}

h1 {
	font-family: Times, Serif;
	letter-spacing: 0.4em;
	font-size: 12px;
	font-weight: 100;
	line-height: 16px;
}
