body {
	background-image: url(/images/bg.gif);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
p {}
h1 {
	background-image: url(/images/story_header.gif);
	background-repeat: no-repeat;
	font-size: 110%;
	color: #6c0101;
	font-weight: normal;
	margin: 0;
	height: 28px;
	width: 428px;
	padding: 3px 0 0 40px;
}
h2 {}
a {text-decoration: underline;}
a:hover, a:active {text-decoration: none;}
#footer {
	font-size: 70%;
	color: #FFFFFF;
	width: 800px;
	text-align: center;
	margin: 60px auto 0 auto;
	line-height: 200%;
}
#signup {
	text-align: center;
	width: 809px;
	margin-top: -30px;
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
}

#blackshadow {
	background-image: url(/images/blackshadow.png);
	background-repeat: no-repeat;
	width: 839px;
	margin: 0 auto;
}
#mainFrame {
	width: 809px;
	margin: 0 auto;
	padding: 0;
}
#footer a{
	color: #FFFFFF;
}
#signup form {
	margin: 0px;
	padding: 0px;
}
#signup input {
	font-size: 90%;
}
#menuHome {
	position: absolute;
	width: 250px;
	margin: 20px 0 0 -70px;
}
#pageContent {
	width: 428px;
	margin-top: 75px;
	margin-left: 315px;
	position: absolute;
	z-index: 2;
}
#pageContentBG {
	width: 428px;
	height: 300px;
	margin-top: 75px;
	margin-left: 315px;
	position: absolute;
	z-index: 1;
}
