div#wrapper{
	position:relative;
	}
div#content{
	position:relative;
	z-index:1000;
	}
div#container{
	position:relative;
	}
div#ticker{
	/*margin-bottom:120px;*/
	}

/* BOOKMARKS
---------------------------------------------------------------------------*/
div#bookmark_menu{
	position:absolute;
	top:0px;
	right:-17px;
	background:url(../images/bookmark.gif) right top no-repeat;
	width:90px;
	height:94px;
	z-index:100;
	}

div#bookmark_bottom{
	position:fixed;
	bottom:-90px;
	/*left:6px;*/
	z-index:1000;
	/*background-color:#900;*/
	width:100%;
	text-align:left;
	/*z-index:2000;*/
	}
div#bookmark_bottom div#bm_inner{
	background: url(../images/bookmark_bottom_bm.gif)  0px 0px no-repeat;
	width:940px;
	height:115px;
	margin:0 auto;
	position:relative;
	}
div#bookmark_bottom a#bm_bottom_link{
	width:88px;
	height:26px;
	position:absolute;
	text-decoration:none;
	cursor:pointer;
	}
div#bookmark_menu a#bm_menu_link{
	width:15px;
	height:92px;
	position:absolute;
	right:0;
	top:0;
	text-decoration:none;
	cursor:pointer;
	}
	
#bookmark_bottom, #bookmark_menu {
  display: none;
}

div#ajax-overlay {
	z-index: 10000;
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/opacity_60.png);
}

div#ajax-overlay img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
}
