#screen{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 0;
}
#move-body{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.move-item{
	position: absolute;
	visibility: hidden;
}

.seo {
	top: 50px;
	left: 200px;
	visibility: visible !important;
}

.move-item .item-content{
	width: 550px;
	height: 550px;
	margin-left: 35%;
	margin-top: 30px;

}
.move-item .item-content IMG{
	display: block !important;

}
