*{
	padding:0px;
	margin:0px;
}

html{
	direction: ltr;
	overflow-x: hidden;
	overflow-y: auto;
}

body{
	background:url('wall_bg.jpg') no-repeat top center transparent;
}
/*
body,
.left_curtain, 
.right_curtain{
	direction: rtl;
	background-color:#2296c9;
	background-repeat: no-repeat;
	background-position:  top center;	
	text-align: center;
}

body.curtained,
.left_curtain, 
.right_curtain{
	background-image:url('curtain_bg.jpg');
}

body.mckp{
	background-image:url('bg.jpg');
}
*/
.wrapper{		
	width:1070px;
	height: 1031px;
	margin:0 auto;
	text-align: center;
	//margin-top: -706px;
}

/*
.curtained .wrapper{	
	margin-top: -10000px;
	margin-left: -10000px;
}
*/

#mDollarFlash{
	margin: 0 auto;
}

#fb-root{
	margin-top:10px;
}

/***** curtain ******/
img{  
 	border: none;  
 } 

/* 
.curtain_wrapper{
	position: relative;
	height: 706px;
	display: none;
}
.left_curtain, 
.right_curtain{
	height: 706px;  
	position: absolute;     
	top: 0;  
	width: 50%;
}
  
.left_curtain{  
	left: 0;  
	z-index: 2;  
	background-position: left top;
 }  
.right_curtain{  
	right: 0;  
	width: 51%;  
	z-index: 3;
	background-position: right top;
 }  
 */