.same{
	width:15%;
	height:25%;
	background-repeat:no-repeat;
	background-size:cover;
	float:left;
	margin-top: 17%;
	
}
#center{
	width:67%;
	height:90%;
	background-repeat:no-repeat;
	background-size:cover;
	float:left;
	position:relative;
	margin:1%;
	margin-top: 3%;
}
body{
	margin:0;
	padding:0;
	background-image:url("background.jpg");
	background-repeat:no-repeat;
	background-size:cover;
}
#pbutton{
	width:6%;
	height:6%;
	position:absolute;
	top:45%;
}
#nbutton{
	width:6%;
	height: 6%;
	position:absolute;
	right:0;
	top:45%;
}
#parent{
	width: 80%;
	height: 70%;
	margin:auto;
}
#preview{
	width: 100%;
	height: 80%;
	background-repeat:no-repeat;
	background-size:cover;
}
#child{
	width: 100%;
	height: 30%;
	margin-left: 1%;
}
#playmenu{
	width:30%;
	margin-left:35%;
	margin-top:1%;
	
}
.psp{
	width:30%;
	height:14%;
}
img{
	
	width:11%;
	height: 100%;
	margin-left:1%;
}
img:hover{
	transform:scale(1.2);
}
