body {
	background-color: #F7FFDB;
	text-align: center;
	margin-left: 0px;
}
.outside {
	width: 800px;
	text-align: center;
	margin: auto;
}
.inside {
	width: 800px;
	text-align: left;
	margin: auto;
}
.fire {
	background-image: url(images/castle_romeo_1.jpg);
	height: 643px;
}
.leftfloat {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.rightfloat {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.quote {
	margin-top: 10px;
	margin-right: 150px;
	margin-bottom: 10px;
	margin-left: 150px;
}
.quote2 {
	margin-top: 0px;
	margin-right: 400px;
	margin-bottom: 10px;
	margin-left: 75px;
}
.quote3 {
	margin-top: 10px;
	margin-right: 150px;
	margin-bottom: 10px;
	margin-left: 150px;
}
.abyss {
	height: 1240px;
	width: 800px;
	background-image: url(images/abyss_01.jpg);
	background-position: 0px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
