@charset "utf-8";
/* CSS Document */

#header a {
	cursor: default;
}

#slideshow {
	width: 680px;
	height: 400px;
	margin: auto;
	position: relative;
}

.slide {
	width: 680px;
	height: 400px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.current {
	display: block;
}

h1 {
	line-height: 30px;
	text-align: center;
}

#pageText {
	width: 680px;
	margin: 10px auto 0 auto;
	text-align: justify;
}
