#adbar {
	/* 	Make ad-bar stick to bottom of browser.
		See http://stackoverflow.com/questions/2571573/css-footer-position-stick-to-bottom-of-browser */
    bottom:0;
    position:fixed;
    z-index:10000;
    _position:absolute;
    _top:expression(eval(document.documentElement.scrollTop+
        (document.documentElement.clientHeight-this.offsetHeight)));
	
	/* Ad-bar appearance */
	border-top: 1px solid black;
    height:140px;
	width:100%;
	background-color:#e9e9e9;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;	
}
#adbar_wrapper {
	border-top: 3px solid #ccaa44;
	width: 100%;
	padding:5px;
	font-family: Arial;
	font-size: 10pt;
	color: black;
}
#adbar_pitch {
	position:absolute;
	left:160px;
	margin-top:10px;
	width:780px;

	text-align:center;
}
#adbar_pitch a:visited {color:blue;}
#adbar_pitch a:hover {color:red; text-decoration:none;}
#adbar_close {
	float:left;
	position:absolute;
	right:5px;
}
#adbar_close a {color:black; text-decoration:none;}
#adbar_book {
	position:absolute;
	bottom:-400px;
	left:10px;
	z-index:10010;
}