html,
	body {
		margin:0;
		padding:0;
		height:100%;
		background: #e5dfcf url(../images/ebook-base.jpg) no-repeat center top;
		font-family: Arial, Helvetica, sans-serif;
		color: #333;
	}
	#container {
		min-height:100%;
		position:relative;
		
	}
	#header {
		background:transparent;
		border-bottom:0px solid #ff6600;
		height: 134px;
		padding:0px;
		width: 1000px;
		margin: 0 auto 0 auto;
	}

	#body {
		padding:0px;
		padding-bottom:460px;
		width: 1000px;
		margin: 0 auto 0 auto;
		/* Height of the footer */
	}
	#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:460px;			/* Height of the footer */
		background: #2a1b08 url(../images/footer-bg.gif) repeat-x top left;
	}
	
	.cleaner {
  clear: both;
  font-size: 1px;
}

	.item {
  margin-bottom: 60px;
}

/*----- Read More Links -----*/
a.readon {
	display: block;
	width: 104px;
	height: 30px;
	text-decoration: none;
	background: url(../images/readon.gif);
	text-indent: -9000px;
	margin: 20px 0 0px 0;
	float: right;
	}

a.readon:hover {
	background-position: 0 -30px;
	
	
