
* {
	margin:0;
	padding:0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #59514C;
	background: none;
	text-align: center;
}

#distance { 
	width: 1px;
	height: 50%;
	background-color: #cdcdcd;
	margin-bottom: -290px; /* half of container's height */
	float: left;
	}

#container {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 580px;
	width: 750px;
	clear: left;
	}

#flash {
	margin: auto;
	text-align: center;
}

#skipintro {
	float: center;
	margin-top: 30px;
}

a:link, a:visited {
	color: #59514C;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #A8917E;
	text-decoration: underline;
	font-weight: bold;
}