body {
	background-color: #000;
	color: #ff9;
	font-family: Arial;
	font-size: 10pt;
}/*
div {
	border: thin solid #fff;
}*/
img {
	border: none;
}
a {
	color: #ff9;
	font-style: italic;
}
a:hover {
	color: #ff0;
}
a:hover img {
	border: 1px solid #ff9;
}
.footer {
	color: #fff;
	text-align: center;
}
#introwrapper {
	width: 100%;
	text-align: center;
}
.slotslookalike {
	width: 300px;
	text-align: center;
}
#mainlogo {
	text-align: center;
}
#intro_text {
	width: 100%;
	text-align: center;
}
.heading {
	font-size: 10pt;
	text-align: center;
	color: #FF0000;
}
.enter {
	background-image: url(images/buttons/enter.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 20px;
	width: 100px;
	margin: 0 auto;
	font-size: 0px;
}
.enter:hover {
	background-image: url(images/buttons/enter_down.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 20px;
	width: 100px;
	color: #675400;
}
#header {
	text-align: center;
	width: 800px;
	height: 160px;
	margin:0px auto;
	display: block;

}
#bodywrap {
	width: 805px;
}
#bodywrap td {
	vertical-align: top;
	padding: 2px 5px;
}
#page {
	width: 150px;
	text-align: center;
	border: 1px solid #ff9;
	font-size: 11px;
	font-weight: bold;
}
#top_banner {
	text-align: center;
}
#menuright {
	width: 150px;
	text-align: center;
}
#left_banner {
	text-align: center;
}
#bodytext {
	padding: 5px 10px;
	border: 1px solid #ff9;
	text-align: justify;	
}
#page h2 {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
.border_link {
	display: block;
	border: thin groove #00ff99; 
	width: 96%; 
	margin: 10px 2%;
	padding: 5px;
}
.dashed_border {
	display: block;
	border-top: 2px dashed #ffff99;
	border-bottom: 2px dashed #ffff99;
	background-color:#222222;
	width: 100%;
/*	margin: 10px -5px;
	padding: 5px;*/
	color: #FFFF99;
	text-align: center;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
#bodytext h1 {
	text-align: center;
	text-decoration: underline;
}
#info_table, #links_table, #lbtable {
	border: 1px solid #ff9;
	width: 96%;
	margin-left: 2%;
	font-size: 10pt;
}
#links_table td {
	vertical-align: top;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px;
	width: 50%;
}
#links_table a {
	font-weight: bold;
}
#info_table td {
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px;
}
.info_table_heading {
	font-weight: bold;
	width: 15%;
}
.info_table_heading h3 {
	font-size: 11pt;
	text-align: left;
}
#lbtable td {
	vertical-align: top;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px;
}
.links {
	border: 1px solid #404040;
	padding: 2px 0px;
	font-size: 10pt;
	text-align: left;

}
.links li {
	list-style-type: none;
	background: url(images/link.gif) left center no-repeat;
	height: 20px;
	padding-left: 23px;

}
.links a {
	text-decoration: none;
}

div.transbox {
	background-color:#CCCCCC;
	border:1px solid black;
	filter:alpha(opacity=80);
	opacity:0.8;
	overflow: auto;
	position: absolute;
	text-align: center;
	left: 0px;
	top: 0px;
	display:block;
}

div.transbox p {
margin:30px 10px;
font-weight:bold;
color:#000000;
}
div.transbox h1 {
margin: 40px 10px;
font-weight: bold;
color: #FF0000;
font-size: 20pt;
}
#popupfade {
	position: fixed;
	top:0px;
	left:0px;
	background: url(images/fade.png) top left repeat;
	z-index: 100000;	
}
#apppopup { 
	margin: 0px auto; 
	width: 590px;
	height: 393px;
	overflow: hidden;
	display: none; 
	position:fixed; 
	top:-1000px;
	left: 0px; 
	z-index: 100001;
}

#apppopup #closebut {
	position: relative;
	top: 10px;
	left: 550px;
	width: 25px; 
	height: 25px;
	cursor:pointer;
}
#apppopup div.appback {
	background: url(images/android-app.png) center center no-repeat;
	width: 100%;
	height: 383px;
	margin: 0px auto;
	display: block;
}
#apppopup #appclick {
	position: relative;
	top: 257px;
	left: 76px;
	width: 180px;
	height: 43px;
	display: block;
	cursor: pointer;
}
