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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
	width: 1000px;
	height: 644px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/home/bg.jpg);
	position: relative;
}
#home-bio {
	position: absolute;
	left: 313px;
	top: 520px;
	width: 169px;
	height: 89px;
}
#home-datebook {
	position: absolute;
	left: 480px;
	top: 538px;
	width: 132px;
	height: 82px;
}
#home-book {
	position: absolute;
	left: 612px;
	top: 405px;
	width: 162px;
	height: 194px;
}
#home-bookclubs {
	position: absolute;
	left: 45px;
	top: 496px;
	width: 132px;
	height: 82px;
}
#home-explore {
	position: absolute;
	left: 791px;
	top: 405px;
	width: 99px;
	height: 164px;
}
img {
	border: 0;
}
#footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	position: relative;
	text-align: center;
	font-size: 10px;
	color: #ffe280;
}
