body{
	background: #1ea6ca;
	cursor: default;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0;
    border: 0;
    margin: 0;
	overflow: hidden;
}

.content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: auto;
    flex: auto;
}

.contentWrap{
	/* background: url('./bg-frame.png'); */
}



#GameDiv {
	position: relative;
	overflow: visible;
	box-shadow: none;
	border: none;
}

#GameDiv::after{
	display: none;
	content: '';
    position: absolute;
    width: 109.3%;
    height: 117.6%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    background-image: url(./bg-frame2.png);
    background-repeat: no-repeat;
    background-position: center;
    user-select: none;
    background-size: 100% 100%;
	pointer-events: none;
    z-index: 0;
}
