	html{
		width:100%;
		height:100%;
		margin:0px;
		padding:0px;		
	}
	body{
		background-color:#E2EBED;
		background-image:url('images/board_bg1.gif');
		width:100%;
		height:100%;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		margin:0px;
		padding:0px;
	}
	a{
		color:#FF0000;
		text-decoration:none;
		padding:10px;
		
	}
	
	h1{
		color:#000000;
		text-decoration:none;
        font-family: Arial;
        font-size: 16px;		
	}
	.card{
		width:70px;
		height:100px;		
		background-color:#FFF;
		padding-top:0px;	
		padding-left:0px;	
		position:absolute;
		left:0px;
		top:0px;
		overflow:visible;
		
	}
	
	#bg_deck{

		width:250px;
		height:150px;
		position:absolute;
		left:20px;
		top:20px;	
	}
	#bg_deck_inner{
		width:70px;
		height:100px;
		left:30px;
		top:22px;
		position:absolute;
		border:1px dotted #CCC;
	}
	#bg_deck_shown{
		width:90px;
		height:100px;
		left:120px;
		top:22px;
		position:absolute;
		border:1px dotted #CCC;
	}
	#bg_deck_shown div div{
		margin-left:15px;
	}
	#bg_deck_shown div div div{
		margin-left:30px;
	}
	#bg_aces{
		background-image:url('images/bg_aces1.gif');
		width:450px;
		height:150px;
		position:absolute;
		left:310px;
		top:20px;	
	}
	 
	#bg_seven{
		/* background-image:url('images/bg_seven1.gif'); */
		width:750px;
		height:150px;
		position:absolute;
		left:15px;
		top:260px;		
	}
	#movingCardContainer{
		position:absolute;
	}
	
	#footer{
		position:absolute;
		top:850px;
		
	}
	
	#ads{
		position:absolute;
		top:180px;
		left:20px;
		
	}
	
	#text{
		position:absolute;
		top:730px;
		left:95px;
		
	}
	
		#fb{
		position:absolute;
		top:780px;
		left:180px;
		
	}
	
	/* FOOTER PARTNER */

div.footerPartnerHolder
{
    border: 0px solid red;
    height: 90px;
    margin: 0px auto 0px auto;
    width: 750px;
}

div.footerPartnerInner
{
    margin: 0 auto;
    width: 750px;
}

div.footerPartnerInner ul
{
    float: left;
    margin: 0 0 0 2px;
    padding: 0;
    width: 122px;
}

div.footerPartnerInner ul li
{
    list-style: none;
    padding: 0 0 4px 10px;
}

div.footerPartnerInner ul li h4, div.footerPartnerInner ul li h4 a, div.footerPartnerInner ul li h4 a:visited
{
    color: #3c3c3c;
    font-family: Arial, Trebuchet MS, Sans-Serif;
    font-size: 9px;
    margin: 0;
}

div.footerPartnerInner ul li h4 a:hover
{
    color: #000;
    text-decoration: underline;
}
