@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bg.jpg) #000 repeat-x top;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
}

#page {
	margin: 0px auto;
	width:960px;
	color: #FFF;
}

#left {
	float: left;
	width: 405px;
	height: 781px;
	background: url(images/book.jpg);
}

#right {
	float: left;
	width: 555px;
	height: 100%;
}

#textbox {
	width: 455px;
	height: 165px;
	background-image:url(images/textbox.jpg);
	padding: 35px 50px 40px 50px;
	margin-bottom: 20px;
}

#textbox p {
	text-align:justify;
	line-height: 1.4em;
	font-size: 1.3em;
	margin-top: 0;
	color: white;
}
