@charset "UTF-8";
/* CSS Document */

#demo {
	position: fixed;
	top: 30px;
	right: 30px;
	margin-left: 30px;
	z-index: 1000;
}
#demoText {
	display: none;
}
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html {
}
body {
	background-color: #fff;
	text-align: center;
	color: #4f594e;
	font: 100% Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	border: none;
	outline: none;
	color: #fff;
}
a:hover, a:active {
}
p {
	text-align: center;
}
#log {
	position: absolute;
	z-index: 100;
}
#mainContent {
	width: 790px;
	height: 894px;
	margin: auto;
	padding: 0 10px 10px;
	background-image: url(../_images/mainContBG.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#slot {
	width: 100%;
	height: 732px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
#slot #top {
	width: 549px;
	height: 201px;
	background-image: url(../_images/topSlot.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 75px;
	margin-top: 24px;
}
#slot #cont {
	width: 600px;
	height: 454px;
	background-image: url(../_images/slotContBG.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 16px;
	margin-left: 48px;
}
#slot #cont {
	float: left;
}
#slot #cont #matchTheStache {
	margin: 20px auto;
}
#slot #cont #staches {
	width: 405px;
	height: 160px;
	margin: auto;
	border-radius: 25px;
	border: 15px solid #f69b33;
	overflow: hidden;
}
#slot #cont #staches .stache {
	width: 115px;
	height: 136px;
	margin: 12px 0 12px 15px;
	float: left;
	overflow: hidden;
}
#slot #cont #staches .stache .panel {
	width: 103px;
	height: 124px;
	border: 6px solid #4f594e;
	font-size: 46px;
	margin-bottom: 12px;
	position: relative;
	top: -1036px;
}
#slot #cont #staches .stache .stache7 {
	background-image: url(../_images/stache0.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#slot #cont #staches .stache .stache1 {
	background-image: url(../_images/stache1.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#slot #cont #staches .stache .stache2 {
	background-image: url(../_images/stache2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#slot #cont #staches .stache .stache3 {
	background-image: url(../_images/stache3.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#slot #cont #staches .stache .stache4 {
	background-image: url(../_images/stache4.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#slot #cont #staches .stache .stache5 {
	background-image: url(../_images/stache5.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#slot #cont #staches .stache .stache6 {
	background-image: url(../_images/stache6.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#slot #cont #instructionText {
	width: 600px;
	height: 76px;
	margin-top: 28px;
	background-image: url(../_images/inst_text_demo.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#slot #cont #playDaily {
	width: 255px;
	height: 45px;
	margin: 5px auto;
	background-image: url(../_images/playDaily_text.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.panel p {
	margin-top: 30px;
}
#slot #handleEnd {
	width: 74px;
	height: 74px;
	border-radius: 47px;
	background-color: #4f594e;
	overflow: hidden;
	position: relative;
	left: 19px;
	top: -82px;
	border: 10px solid #FFF;
	z-index: 100;
	cursor: pointer;
}
#slot #handleEnd img {
	margin-top: 12px;
}
#slot #handle {
	width: 19px;
	height: 175px;
	background-color: #4f594e;
	overflow: hidden;
	position: relative;
	left: 56px;
	top: -84px;
}
#slot #handleConn {
	width: 80px;
	height: 96px;
	background-image: url(../_images/handleConn.png);
	background-repeat: no-repeat;
	background-position: left center;
	overflow: hidden;
	position: absolute;
	bottom: 252px;
	right: 50px;
}
#slot #grant50 {
	width: 269px;
	height: 176px;
	position: absolute;
	left: 515px;
	top: 508px;
	background-image: url(../_images/grant50.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#slot #stachesOverlay {
	width: 406px;
	height: 160px;
	border-radius: 9px;
	position: absolute;
	top: 348px;
	left: 145px;
	background-color: rgba(246, 155, 51, 0.9);
	overflow: visible;
	display: none;
	border: solid 1px rgba(246, 155, 51, 0.9);
}
#slot #stachesOverlay #youWon {
	margin-top: 50px;
	opacity: 0;
	display: none;
}
#slot #stachesOverlay #tisShame {
	margin-left: -35px;
	margin-top: -5px;
	display: none;
}
#slot #stachesOverlay #sorryText {
	margin-top: 40px;
	display: none;
}
#slot #stachesOverlay #tryAgain {
	margin-top: 7px;
	cursor: pointer;
	display: none;
}
#slot #stachesOverlay #upToDate {
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	margin-top: 0;
	text-shadow: 0 0 7px #000;
	display: none;
}
