﻿#book_background {
	background-position: upper-left;
	background-image: url('https://thefedorachronicles.com/icons/book_reflections.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#book_content {
	background-position: center;
	background-image: url('https://thefedorachronicles.com/icons/book_reflections_content.jpg');
	background-repeat: no-repeat;
	border: 2px #98AAB1 solid;
	background-color: #EBEAE9;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;}

.book_content {
	background-position: center;
	background-image: url('https://thefedorachronicles.com/icons/book_reflections_content.jpg');
	background-repeat: no-repeat;
	border: 2px #98AAB1 solid;
	background-color: #EBEAE9;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;}

