@charset "utf-8";
/* CSS Document */




#wrapper{ 
	position: relative;
	width: 100%;
	background-color:#fff;
	overflow: hidden;
}

	

#content1{
	z-index: 5;
	width:100%;
	cursor: pointer;
	}
	
#content2{
	
	visibility: hidden;
	width:100%;
	cursor: pointer;
	position: fixed;
	
	}
	
