/* CSS Document */

body {	
	margin: 0;
	background-color: #beaac9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

table {
	background-image:url(images/book_cover.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.forward {
	width: 300px;
	margin-left: 500px;
	margin-top: 350px;
	line-height: 20px;
}
