/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/


#content {
	position:relative;
	z-index:4;
	align: center;
}

#body {
	position:relative;
	z-index:2;
	align: center;
}

#logo{
	height:169;
	width: 104; 
 position:fixed; 
 top: 40px;
 left: 40px;
	z-index:10;
	border:none;
	}
	
#header{
	height: 21;
 position: fixed; 
 top: 0px;
	left: 50%;
	margin-left: -447px;
 
	z-index:10;
	border:none;
	}
	
#shadowy{
 position: fixed; 
 top: 0px;
	left: 50%;
	margin-left: -457px;
 
	z-index:3;
	border:none;
	}
	
					
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom: 0px;
	right:50px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(../img_2/ui.totop.png) no-repeat left top;
	z-index:6;
}

#toTopHover {
	background:url(../img_2/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	z-index:6;
}

#toTop:active, #toTop:focus {
	outline:none;
}
