/* body */
html, body {
	height:100%;
font-family:"Times New Roman", Times, serif;
font-size: 12px;
font-weight: normal;
color: #000;
line-height:18px;
	background-color:#000000;
	}

	
a {
		text-decoration: none;
	color: #000;


		}
	
p, h1 {
	margin-bottom:17px;
}
h1 {

	font-weight: normal;
	font-size: 20px;
}


#distance { 
	width:1px;
	height:50%;

	margin-bottom:-200px; /* half of container's height */
	float:left;
	}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:359px;
	width:800px;
	clear:left;
	background-color:#000;
/*border: 1px solid #C8C8C8;
	background-image: url("../img/background.gif");*/
	background-repeat: no-repeat;

	}
	
#intro {
	position: relative;
	top: 20px;
	color: #FFF;
	font-family: Arial, "MS Trebuchet", sans-serif;
	margin: 20px;
}


/* End Body */	

/* header/menu */

