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

/* Reset CSS Styles */
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color:#ffffff;
	text-align: center;
	min-width: 940px;
	text-align:center; /* horizontal centering for IE Win quirks */
}

p {
	padding: 0 0 15px 0;
}

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

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

#slideshow {
	position: relative;
	width: 940px; 
	height: 570px;
}
