html {
	overflow:hidden;
}
body {
	background-color:#000000;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:courier new;
}
a{
	border:0px;
	padding:0px;
	margin:0px;
	text-decoration:none;
}
#x_axis {
	border:0px;
	width:100%;
	height:1px;
	position:
	absolute;
	top:50%;
	z-index:500
}
#y_axis {
	height:100%;
	width:1px;
	position:absolute;
	left:50%;
	z-index:500
}
#links a {
	padding:0px;
	margin:0px;
	z-index:100;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:500
}
#intro-left{
	text-align:right;
	top:50px;
	right:50%;
	width:50%;
	padding:0px;
	line-height:250%;
	position:absolute;
}
#intro-right{
	text-align:left;
	top:50px;
	left:50%;
	line-height:250%;
	width:50%;
	padding:0px;
	position:absolute;
}
#intro-pre,#intro-one,#intro-two,#intro-three,#intro-four,#intro-five,#intro-six,#intro-six-a,#intro-six-b,#intro-seven,#intro-eight,#intro-nine,#intro-ten,#intro-eleven,#intro-twelve,#intro-thirteen,#intro-fourteen,#intro-fifteen{
	position:relative;
	display:inline-block;
	width:50px;
	padding:0px;
	margin:0px;
}
#one,#two,#three,#four,#five,#six,#seven,#eight,#nine,#ten,#eleven,#twelve,#thirteen,#fourteen,#fifteen,#sixteen,#seventeen,#eighteen,#nineteen,#twenty,#twenty-one,#twenty-two,#twenty-three,#twenty-four,#twenty-five{
	position:relative;
	font-size:8em;
	font-family:courier new;
	display:inline-block;
	padding:0px;
	width:50px;
	margin:0px;
	color:black;
}
#page1{
	position:absolute;
	left:50%;
	top:50px;
	line-height:250%;
	margin:0px;
	padding:0px;
	z-index:400;
	display:none;
}
#page2{
	position:absolute;
	left:50%;
	top:50px;
	line-height:250%;
	margin:0px;
	padding:0px;
	z-index:300;
	display:none;
}
#page3{
	position:absolute;
	left:50%;
	top:50px;
	margin:0px;
	padding:0px;
	z-index:200;
	display:none;
	line-height:250%;
}
#page4{
	position:absolute;
	left:50%;
	top:50px;
	margin:0px;
	padding:0px;
	z-index:100;
	line-height:250%;
	display:none;
}
.alphabet{
	font-size:3em;
	color:white;
}
.alphabetvis{
	font-size:8em;
	display:inline-block;
	text-align:center;
	padding:0px;
	margin:0px;
	display:none;
	color:#ffffff;
}
.space{
	font-size:8em;
	display:inline-block;
}
#write{
	position:fixed;
	color:white;
	font-size:4em;
	bottom:0px;
	left:0px;
	width:50%;
	text-align:center;
	height:100px;
	z-index:1000;
	font-weight:bold;
}
#read{
	position:fixed;
	font-size:4em;
	text-align:center;
	font-weight:bold;
	color:black;
	bottom:0px;
	right:0px;
	width:50%;
	height:100px;
	z-index:1000;
}
#about-click{
	position:fixed;
	bottom:0px;
	left:46%;
	width:8%;
	text-align:center;
	font-size:4em;
	color:#666666;
	z-index:5000;
}
#about {
	position: fixed;
	left:12%;
	bottom:7%;
	display:none;
	width:76%;
	background-color:#666666;
	color:white;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:1em;
	padding:10px;
	opacity: .9;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	z-index:5000;
}
blockquote {
	font-size:.8em;
}
.about {
	margin-left:15px;
}
h3 {
	margin-top:5px;
}