#spinToWinOuterBox {
	max-width: 800px;
}

#spinToWinBox {
	position: relative;
}

#spinToWinBox a, #spinToWinA {
	display: block;

	background-image: url(images/bg.png);
	background-size: 100% 100%;
    background-repeat: no-repeat;
	background-position: center;

	position: relative;
	
	overflow: hidden;
}

#spinToWinBox a img, #spinToWinArrow {
	width: 100%;

	/* border: solid red 1px; */
}

#spinToWinResult {
	display: none;

	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: normal;

	background: #EEE;

	border: solid 3px #000;
	padding: 4px;
	
	
	position: absolute;

	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
}
