body {
	margin: 0px; padding: 0px; text-align: center;
	background: #000000;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#wrap {
	width: 960px; margin: auto;
}
#mast {
	float: left;
	margin-top: 30px;
	width: 960px;
}


#content {
	float: left;
	margin-top: 30px;
	width: 960px; height: 700px;
}
#nav {
	float: left;
	width: 860px;
	margin-left: 50px; margin-top: 50px;
}

#nav img, #nav a {
	border: none;
}

#casino {
	float: left;
	width: 960px;
	margin-top: 50px;
}

.spinner, .spinner2, .spinner3, .spinner4 {
	float: left;
	width: 220px; height:310px;
	margin-left: 20px;
}

#nav a {
	float: left; margin-left: 30px;
}

.profile {background: url(assets/profile.jpg) no-repeat center center;}
.fees {background: url(assets/fees.jpg) no-repeat center center;}
.gallery {background: url(assets/gallery.jpg) no-repeat center center;}


.gallery img {
	height: 100px; margin: 10px;
}

#disc {
	float: left;
	width: 800px;
	margin-top: 10px; margin-left: 50px;
	font-size: 80%; color: #666;
}

#disc a {
	color: #d04c30;
}
#linkholder {
	display: none;
}

#fronttext {
	float: left;
	margin-top: 30px; margin-left: 100px;
	width: 760px;
	color: #fff; font-size: 80%; line-height: 18px;
}

#text img {
	float: left;
	height:100px; margin: 10px;
border: 1px solid #d04c30;
	-moz-box-shadow: 3px 3px 3px #000; -webkit-box-shadow: 3px 3px 3px #000;
	 
}

#text a {color:red; text-decoration: none;}

#profiletext {
	float: left;
	margin-left: 30px; margin-top: 20px;
	width: 500px;
	color: #fff; font-size: 86%; line-height: 18px;
	text-align: left;
}


#contact {
	position: fixed;
	z-index: 999;
	top: 350px;
	left:auto;
	margin-left: 500px;
	width:400px; height: 330px;
	padding: 10px;
	border: 1px solid #666;
	display:none;
	font-size: 90%; font-style: italic;
	color: #fff; line-height: 26px;
	-moz-box-shadow: 3px 3px 3px #000; -webkit-box-shadow: 3px 3px 3px #000;
	background-image: url(assets/trans.png);
}
#contact a {color:#bbc2cb; text-decoration: none;}
