/* $TopStyle:URL=http://www.fu2k.org/alex/css/frames/example/camelbones.css$ */

body, html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	/*\*/		overflow: hidden; 	/* hide from Mac IE5 */
	}
/*	
#ui
	{
	position: absolute;
	}
*/


div#content {
	/*\*/ 
 	position: absolute; 
	top: 0;
	left: 0;
	bottom: 34px;
	overflow: auto;
	/* skip above (to comment) for Mac IE */
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
	
	

div#btns	{
	/*\*/  
	position: absolute;
	left: 0;
	bottom: 0px;
	background-color: #EFEFDC;
	
	/* background-color: #EFEFDC; */
	/* skip above (to comment) for Mac IE */
	/*
	border-top: 2px solid #DBDCC9;
	left: 0;
	*/
	margin: 0;
	padding: 6px 0 6px;
	width: 100%;
	}

div#top	{
	bottom: 8px;
	left: 8px;
	margin: 0;
	padding: 2px;
	text-decoration: none;
	/*\*/ 
	position: absolute;
}

div#top .btn{text-decoration:none;margin:1px;}


	
/* because Opera does background-attachment right - or is that wrong? */
#headerbackground, #headerlogo, #headername, #navigation a
	{
	background-attachment:scroll;
	}
