body{
	background-image : none;
	background-color : #292929;
	text-align : center;
	font-family:  verdana, arial, helvetica, sans-serif;
	margin: 0;
	font-size : 80%;
	overflow-x : hidden;
}


#cpage{
	background-image : URL(images/card.jpg);
	background-repeat: no-repeat;
	position : relative;
	background-color : #292929;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 5px;
	z-index : 1;
	top : 0;
	left : 0;
	width : 900px;
	height : 600px;
	/*border : 1px #333399 solid;*/
}



#hand {
	background-image : none;
	background-repeat : no-repeat;
	position : absolute;
	margin-left : 485px;
	margin-top : 495px;
	z-index : 10;
	top : 0;
	left : 0;
	width : 49px;
	height : 48px;
	/*border : 1px white solid;*/
}


/*For fade effect, important code here!!!*/

img {
	border: 0px;
	filter: progid:DXImageTransform.Microsoft.Fade(Overlap=1.00,Duration=0.4,);
}

#bienvenue { 
	background : URL(images/menulinks/bienvenue.jpg) top left no-repeat;
	display : block; 	
	position : absolute;	
	margin-left : 0px;
	margin-top : 20px;
	width : 236px; 
	height : 48px;
	overflow : hidden; 
	/*border : 1px blue solid;*/
} 
  


/*end of roll-overs*/


.h3 {
	font-weight : bold;
	font-size :90%;	
	font-style : regular;
}

.h4 {
	font-weight : bold;
	font-size :80%;	
	font-style : regular;
}

.italic {
	font-weight : regular;
	font-style : italic;
}
.bolditalic {
	font-weight : bold;
	font-style : italic;
	line-height : 2.5em;	
	
}
.bold {
	font-weight : bold;
	line-height : 2.5em;	
	
}
.boldunderline {
	font-weight : bold;
	line-height : 2.5em;	
	font-weight : bold ; 
	text-decoration : underline 	
}
.indent {
	margin-left: 48px;
	width : 670px;
	/*border : 1px red solid;*/	
}

.leftindent {
	width : 430px;
	margin-left : 100px;
	/*border : 1px red solid;*/	
}

.boldindent {
	margin-left : 18px;
	width : 570px;
	font-weight : bold;
	/*border : 1px red solid;*/	
}

.centered {
	text-align : center;
	width : 670px;
	/*border : 1px red solid;*/	
}

#stats{
	position : relative;
	background-image : none;
	background-color: none;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 2px;
	z-index : 1;
	top : 0;
	left : 0;
	width :50px;
	height :5px;
	/*border: 1px #fff solid;*/
}
