@charset "utf-8";

#background{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right: 0px;
	overflow: inherit;
}

#scroller{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:inherit;
	z-index:5;
	right: 0px;
} 

#background[id]{
	overflow: auto;
}

#scroller[id]{
	overflow:auto;
} 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	padding:0 10px 0 10px;
	border:0; 
	height:100%; 
	overflow-y: auto;
}


#floatright {
	display:block;
	z-index:50;
	top:195px;
	right:30px;
	width:130px;
	position: absolute;
	border:1px solid #888;
	padding:10px;
	text-align:center;
	font-weight:bold;
	color:#0000CC;
}

* html #floatright {
	z-index:50;
	position:absolute;
}

#floatright a:visited, #floatright a {
	display:block;
	width:120px;
	height:30px;
	margin:0 auto;
	border-top:1px solid #fff;
	border-bottom:1px solid #000;
	text-align:center;
	text-decoration:none;
	line-height:30px;
	color:#000000;
}

#floatright a:hover {
	background:#0000FF;
	color:#FFFF00;
}

.clear {
	clear:both;
}
