@charset "UTF-8";
/* CSS Document */


body {
	background-image:url(../images/customlanding/bg_horizontal.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
}

html {
	height:100%;
}

p {
	margin-bottom:10px;
}



/* ######################
DIVS
#######################*/

div.button {
	z-index:50;
	width:370px;
	height:109px;
	position:absolute;
	margin-left:-187px;
	left:50%;
	top:520px;
}

div.bottom_info {
	position:relative;
	width:685px;
	height:80px;
    padding-right:280px;
	left:105px;
	top:565px;
}

div.invis_link {
	z-index:100;
	width:685px;
	height:780px;
	position:absolute;
	margin-left:-347px;
	left:50%;
	top:0px;
}
	

div.page {
	width:903px;
	height:850px;
	background-image:url(../images/customlanding/poker_body_BG.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0 auto;
	z-index:5;
	display:block; 
}

div.top_info {
	position:relative;
	width:615px;
    padding-right:280px;
	height:80px;
	left:105px;
	top:105px;
}


