

/**
 * web:
 */

#webcontent{
	z-index:3;
	position:absolute;
	top:+1600px;
	left:+2560px;
	
	height: 100%;
	width: 100%;
	overflow: hidden;
		
}
#webbg{
	
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -1280px;
	margin-top: -800px;
	width:2560px;
	height:1600px;
	
}
#webwrap{
	width:800px;
	height: 600px;
	background-color: white;
	position:absolute;
	top:50%;
	left:50%;
	
	margin-left: -400px;
	margin-top: -300px;
	
}