$(function() {

	$("div.floating_box").css("opacity",".98");

	$("#body_container > .floating_box:first").css("margin-left", "0px");

	$("#logout_box").css("position","fixed").css("left", "0").css("top", "0");

});