
@import "../../../css/pop.css";
/* CSS Document */

#flaContents {
	width:630px;
	margin:0px;
	padding:0px;
}

#mobileScreen {
	display:block;
	float:left;
	margin:30px auto auto 5px;
	width:320px;
	height:600px;
	background-color:#38352E;
}

#indexFlash {
	display:block;
	float:right;
	width:240px;
	height:240px;
	background-color:#000;
	border:1px solid #666;
}

div#capPlay {
	display:block;
	float:right;
	width:185px;
	height:30px;
	margin:20px 0px 0px 35px;
	background-image:url(../images/playingGame.png);
	background-repeat:no-repeat;
}
div#gameDescript {
	display:block;
	width:243px;
	height:134px;
	margin:5px auto 5px auto;
	background-image:url(../images/gameDescript.png);
	background-repeat:no-repeat;
}

#topbg h2.mobHCcap {
width:600px;
background-image:url(../images/h2Img.png);
background-repeat:no-repeat;
text-align:left;
margin:0px;
}

.mobHCcap span, #capPlay span, #gameDescript span{
	display:none;
}

#mobileURL {
	color:#FFF;
	font-family:Helvetica, Arial, Verdana;
	font-size:12px;
}
