
* {
	margin:0;
	padding:0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0px;
	font-family: Georgia,Cambria,Constantia,"New York","Bitstream Vera Serif",Times,"Times New Roman",serif;
	font-size: 24px;
	color: #9B9B9B;
	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;
}

a#skipintro {
	text-align: center;
	padding: 100px 0;
	display: block;
}

a#skipintro img {
	margin-bottom: 40px;
}

a:link, a:visited {
	color: #9B9B9B;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #9B9B9B;
	text-decoration: none;
	font-weight: bold;
}
