@charset "utf-8";
/* CSS Document */

/* Page Properties */
html, body {
	color: #FFF;
}
/* Headers Sizes */
h3 {
	font-size: 18px;
	margin:.25em 0 0;
	color:#FFF;
}
/* Bold text Color */
strong {
	color:#887b17;
}

/* Main Container */	
	.oneColFixCtr #wrapper {
		height:98%;
		text-align: center;
		margin: 0 auto;
		}
	.oneColFixCtr #container {
		width: 762px;
		height:720px;
		margin: 0 auto;
		text-align: left;
		}
/* Top Image Container */	
	.oneColFixCtr #contTop {
		width: 762px;
		height:73px;
		background-image:url(../images/landingpages/casinoclubget100/top.jpg);
		margin: 0 auto;
		text-align: left;
		}
/* Main Image Container */
	.oneColFixCtr #contImg {
		width: 762px;
		height:378px;
		background-image:url(../images/landingpages/casinoclubget100/mainImage.jpg);
		margin: 0 auto;
		text-align: left;
		}
/* Text Container */
	.oneColFixCtr #contTxt {
		width: 762px;
		height:260px;
		background-image:url(../images/landingpages/casinoclubget100/bg-txt.jpg);
		background-repeat:no-repeat;
		margin: 0 auto;
		text-align: left;
		}
/* Footer Disclaim */
	.oneColFixCtr #contDisclaim{
		width: 682px;
		height:55px;
		margin: 0 auto;
		text-align:left;
		font-size:10px;
		color:#999999;
		border-style:solid;
		border-width:2px;
		border-color:#333;
		padding: 5px;
		}
/* Footer Container */
	.oneColFixCtr #contFooter {
		width: 762px;
		height:34px;
		margin: 0 auto;
		text-align:center;
		font-size:10px;
		}
/* Text Container Center */
	.oneColFixCtr #txtCenter {
	float:center;
	position:relative;
	top: 24px;
	width:750px;
	margin: 0 auto;
		}		
/* Text Container Center */
	.oneColFixCtr #txtLeft{
	float:left;
	position:relative;
	text-align: center;
	width:115px;
	height:50px;
	margin: 0 auto;
		}
/* Text Container Right */
	.oneColFixCtr #txtRight {
	float:right;
	position:relative;
	text-align: left;
	width:550px;
	height:45px;
	margin: 0 auto;
		}

