@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
	padding: 0px;
	margin: 0px;
	}

body {
	background-color: #000000;
	color: #ad9f00;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 100%;
	padding: 0px;
	margin: 0px;
	}

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

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

#title {
	font-size: 64px;
	line-height: 78px;
	letter-spacing: 4px;
	}

#links a {
	color: #ad9f00;
	text-decoration: none;
	font-size: 26px;
	margin-right: 34px;
	}
	
#img {
	float: right;
	margin-top: -120px;
	}
	
.thelink img {
	border: 1px solid #ad9f00;
	}
