@charset "UTF-8";
/* CSS Document */
body {
	height:100%;
	background: url(images/bg_game.png) repeat;
	cursor:default;
}
#wrap {
	width:857px;
	height:572px;
	position:absolute;
	left:50%;
	margin-left:-429px;
	top:50%;
	margin-top:-286px;
	border:8px solid white;
	background:white;
}
#welcome {
	position:absolute;
	top:-40px;
	left:20px;
	color:#ccc;
	font-family: 'Ubuntu', sans-serif;
	font-size:22px;
	-moz-user-select: none;
	-webkit-user-select: none;
}
#mute {
	position:absolute;
	width:78px;
	height:30px;
	top:-42px;
	right:70px;
	cursor:pointer;
}
.mute {
	position:absolute;
	top:-36px;
	right:20px;
	color:#ccc;
	font-family: 'Ubuntu', sans-serif;
	font-size:16px;
	-moz-user-select: none;
	-webkit-user-select: none;
}
#copyright {
	position:absolute;
	bottom:-32px;
	right:0px;
	color:#aaa;
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	-moz-user-select: none;
	-webkit-user-select: none;
}
#giftpack {
	position:absolute;
	width:50px;
	height:15px;
	top:460px;
	right:-58px;
	background-color:white;
	background-image:url(images/side-giftpack.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}
#feedback {
	position:absolute;
	width:50px;
	height:15px;
	top:390px;
	right:-58px;
	background-color:white;
	background-image:url(images/side-feedback.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}
#side-fb {
	position:absolute;
	width:50px;
	height:15px;
	top:320px;
	right:-58px;
	background-color:white;
	background-image:url(images/side-fb.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}
#likeus {
	position:absolute;
	top:250px;
	right:-210px;
}
#likeusimg {
	position:absolute;
	top:315px;
	right:-130px;
}
#container {
	position:relative;
	width:855px;
	height:570px;
	border:1px solid #777;
	overflow:hidden;
	background:url(images/game_back.jpg);
	cursor:url(images/left_ptr.cur), default;
}

