@charset "utf-8";
#bgimg {
	position:absolute;
	z-index: -1;
	
}

#realBody{
	position:absolute;
	z-index: 5;	
	overflow:auto; 
	height:100%;width:100%;
	background: url('../img/raster.png');
}

