BODY {
	
		background: url(img/bg-white.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;


	background-color: #fff;
	color: #555;


}

#container {

	width: 766px;
	position: absolute;
	top: 73px;
	left: 50%;
	margin-left: -383px;	

	#border-top: 2px solid #FFF;

	padding: 5px;

	font: 24px museo-sans;
	font-weight: 100;
	line-height: 37px;
}

#name {

	font-family: museo;
	font-style: roman;
	font-size: 40px;
	font-weight: 300;
	font-variant: small-caps;
	letter-spacing:  2px;
	color: #4c3320;
	border: 0px;

}


a {text-decoration: none; color: #555;}

a:visited {text-decoration: none; color: #555;}

a:hover {text-decoration: underline; color: #4c3320;}


#links-bar {

	border-top: 3px solid #555555;
	margin-top: -12px;
	padding-top: 7px;

	font-weight: 300;
	font-size: 25px;
	font-variant: small-caps;
	letter-spacing: 2px;

}


.img-left {

	float: left;
	margin-right: 20px;
	margin-top: 7px;
	border: 1px solid #aaa;

}


.book-cover {

	margin-top: 29px;
	margin-right: 12px;
	border: 1px solid #aaa;
}

.book-cover-right {

	margin-top: 29px;
	margin-right: 0px;
	border: 1px solid #aaa;
}

.sc {

	font-variant: small-caps;
	color: #4c3320;
	letter-spacing: 2px;

}

H1 {
	
	font-family: museo;
	font-weight: 300;
	font-variant: small-caps;
	letter-spacing: 3px;
	color: #4c3320
	margin-bottom: 37px;
	border: 0px;
	
}