.BackMain
{
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 100%;
	height: 100%;
	position: absolute;
	background-position: center bottom;
	z-index: 0;
}
.SPS
{
	font-family: Tahoma;
	font-size: 10px;
	color: #FF0000;
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 200px;
	margin-left: -100px;
}
.BackFlash
{
	position: absolute;
	z-index: -1;
	left: 50%;
	margin-left: -512px;
	top: 50%;
	margin-top: -500px;
}
.logos
{
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -391px;
}
.FlashSlotMachine
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 100px;
	margin-top: -150px;
}
.MainLogo
{
	position: absolute;
	width: 400px;
	height: 360px;
	left: 50%;
	top: 40px;
	margin-left: -450px;
}
BODY
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.RegisterPanel
{
	display: none;
/*
z-index: 999;
width: 240px;
height: 150px;
background-color: #FFFFFF;
position: absolute;
display: none;
border: 1px solid #D50000;
opacity: 0.9;
left: 50%;
margin-left: -150px;
top: 50%;
margin-top: -75px;
padding: 20px;
font-family: Tahoma;
font-size: 12px;
color: #FF0000;
*/
}
.TextInfo
{
	padding-bottom: 20px;
	text-align: justify;
	font-size: 12px;
	font-family: Tahoma;
}
.ButtonRow
{
	text-align: right;
	padding-top: 10px;
}
.SaveButton
{
	border: 1px solid #FD6C6C;
	background-color: #C10000;
	color: #FFFFFF;
	font-weight: bold;
}
.Row
{
	padding-bottom: 7px;
}
.Label
{
	font-family: Tahoma;
	font-size: 12px;
	position: absolute;
}
.TextBox
{
	position: relative;
	left: 70px;
	display: block;
	border: 1px solid #ADADAD;
	width: 168px;
}
.MoreInfoDiv
{
	left: 50%;
	margin-left: -375px;
	position: absolute;
	top: 420px;
}
.MoreInfoDiv IMG
{
	border: none;
}
.MoreInfoPage
{
	width: 500px;
	height: 500px;
	overflow-y: scroll;
	font-family: Verdana;
	font-size: 11px;
}
.Titles
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #F61717;
}
