* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}

body {
	font-size: 11px;
	height: 100%;
	background: #444;
}

#frame {
	position: relative;
	top: 3em;
	margin-left: auto;
	margin-right: auto;
	width: 56em;
	height: 79em;
	overflow: hidden;
	border: 0.2em solid black;
	margin-bottom: 6em;
}
#frame_background_img {
  width: 56em;
  height: 79em;
}

.button {
	position: absolute;
	z-index: 1;
}
.rectangle_button {
  top: 69.5em;
	height: 5em;
}
#stuff_by_her_button,
#stuff_by_her_button img {
	left: 3.56em;
	width: 12.25em;
}
#stuff_about_her_button,
#stuff_about_her_button img {
	left: 19.0em;
	width: 15.44em;
}
#random_good_book_button,
#random_good_book_button img {
	left: 36.31em;
	width: 16.75em;
}
.paw {
	z-index: 3;
}
#intro_button,
#intro_button img {
	position: absolute;
	top: 20em;
	left: 0em;
	width: 8.0em;
}
#paw_right,
#paw_right img {
	position: absolute;
	top: 40em;
	left: 49.75em;
}

#clasp,
#clasp img {
	position: absolute;
	z-index: 4;
	top: 56.44em;
	left: 44.62em;
}

#content {
	position: absolute;
	top: 28em;
	left: 2.8em;
	height: 18em;
	width: 30em;
	padding-top: 1em;
	overflow: auto;
}
.content_img {
  position: absolute;
  top: 0em;
	height: 28.875em;
	width: 30em;
}
.content {
	z-index: 0;
	font-family: 'Book Antiqua', 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
	font-size: 1.5em;
	line-height: 1.6em;
}
.content a {
	font-style: italic;
}
.content p {
	text-align: center;
	font-size: 3em;
}
.content h1 {
	font-weight: normal;
	text-decoration: none;
	font-size: 3em;
}
.content h2 {
	font-weight: normal;
	text-decoration: none;
	font-size: 1.7em;
	margin-bottom: 0.4em;
}
.content ul {
	font-size: 1.0em;
	margin-bottom: 0.6em;
}
.content li {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
.content a, link, link:visited, link:hover {
	color: black;
}
.active {
  
}
.inactive {
	display: none;
}

#intro {
	text-align: center;
}
#intro_img {
	width: 27em;
	height: 18em;
}

#random_good_book p {
	margin-top: 4em;
	font-size: 1.6em;
}
#random_good_book em {
	text-decoration: underline;
}
#random_good_book a {
	text-decoration: none;
	font-style: normal;
}

