body {
	background-image: url(../images/right_side_slice.jpg);
	background-repeat: repeat-x;
}

*{outline: none;}

a {
	border:0px;
	margin:0px;
	padding:0px;
	}

div {
	border:0px;
	margin:0px;
	padding:0px;
	}

img {
	border: 0px;
	margin:0px;
	padding:0px;
	}
	
#main_image {
	position: absolute;
	top:0px;
	left:0px;
}

#book_gfb {
	background-image: url(../images/gfb_book_tilt.png); 
	background-repeat:no-repeat;
	position:absolute;
	left:54px; 
	top:104px;
	height:142px;
	width:100px;	
	z-index:5;
}

#book_gfb:link,#book_gfb:visited {
	background-image: url(../images/gfb_book.png);
}

#book_gfb:hover {
	background-image: url(../images/gfb_book_tilt.png);
}

#book_gft {
	background-image: url(../images/gft_book_tilt.png);
	background-repeat:no-repeat;
	position:absolute;
	left:240px; 
	top:64px;
	height:142px;
	width:100px;
	z-index:5;
}

#book_gft:link,#book_gft:visited {
	background-image: url(../images/gft_book.png);
}

#book_gft:hover {
	background-image: url(../images/gft_book_tilt.png);
}

#blog {
	background-image: url(../images/blog_glow.png);
	background-repeat:no-repeat;
	position:absolute;
	height: 124px;
	width:104px;
	left:1012px; 
	top:101px;
	z-index:5;
}

#blog:link,#blog:visited {
	background-image: url(../images/blog.png);
}


#blog:hover {
	background-image: url(../images/blog_glow.png);
}

#footer {
	position:absolute;
	left:20px;
	top:980px;
	width:670px;
	height:58px;
	z-index:3;
	}
	
#copyright {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #eeeeee;
}
}