<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#floating-box{
	width: 50px;
    float: right;
    z-index: 1;
    position: fixed;
    right: 0;
}
#page{
	width:900px;
	margin:0 auto;
}
#fbody{	
	margin:0px;
}

</pre></body></html>