	html{
		width:100%;
		height:100%;
		margin:0px;
		padding:0px;		
	}
	body{
	background-color:#000000;
	background-image:url();
	width:100%;
	height:100%;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	margin:0px;
	padding:0px;
	}
	a{
	text-decoration:none;
	color: #FFCC00;
	}
	.card{
	width:70px;
	height:100px;
	background-color:#FFF;
	padding-top:0px;
	padding-left:0px;
	position:absolute;
	left:0px;
	top:200px;
	overflow:visible;
	}
	
	#bg_deck{
	width:230px;
	height:150px;
	position: absolute;
	left:10px;
	top:240px;
	}
	#bg_deck_inner{
	width:70px;
	height:100px;
	left:19px;
	top:20px;
	position:absolute;
	}
	#bg_deck_shown{
	width:90px;
	height:100px;
	left:120px;
	top:23px;
	position:absolute;
	border:0px dotted #CCC;
	}
	#bg_deck_shown div div{
		margin-left:25px;
	}
	#bg_deck_shown div div div{
		margin-left:30px;
	}
	#bg_aces{
	background-image:url();
	width:420px;
	height:150px;
	position:absolute;
	left:270px;
	top:240px;
	}
	 
	#bg_seven{
	/* background-image:url('images/bg_seven1.gif'); */
		width:680px;
	height:300px;
	position:absolute;
	left:10px;
	top:400px;
	}
	#movingCardContainer{
	position:absolute;
	}
