body{
	margin:0;
	padding:0;
	background:url(images/bacckground.jpg) center repeat-y #DBDBDB;
	color:#333333;
	font-size:14px;
}

#container{
	margin:0 auto;
	width:596px;
}

#contents{
	width:480px;
	margin:0 auto;
}

#contents p{
	padding:0;
	margin:20px 0;
	line-height:1.7em;
}

blockquote{
	line-height:1.3em;
	color:#000000;
	font-size:14px;
	margin:15px;
}

#profile{
	width:310px;
	margin-right:10px;
	float:left;
	font-size:10px;
	color:#000000;
}

#profile img{
	float:left;
	margin-right:10px;
}

#bookblock{
	width:160px;
	float:right;
	text-align:center;
}


