.game-move-area 
{
	display: block;
	width: 780px;
    height: 250px;
	overflow: hidden;
    margin: 0 auto;
    position: absolute;
    left:0px;
    top:0px;
    border: thin dotted #FEB300;
    border-radius: 6px;
    background-repeat: no-repeat;
	background-position: center;
}

.game-move-torch 
{
    background: transparent;
    border-radius: 50%;
    position: relative;
    box-shadow: 0px 0px 0px 2000px rgb(0,0,0), 0px 0px 20px inset;
    overflow: hidden;
}

