@charset "utf-8";

/* utility */
#loading{
	display:none;
}
#loading div{
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:black;
	opacity: 0.60;
	filter:alpha(opacity=60);
	z-index:80000;
}
#loading p{
	position: fixed;
	top:50%;
	left:50%;
	background:transparent url("images/loading2.gif") center center no-repeat;
    background-size: 128px 128px;
	width:128px;
	height:128px;
	margin:-64px 0 0 -64px;
	z-index:80001;
}

noscript{
	display:block;
	color:#fff;
}
.on-load-hide{
	display:none;
}
