html {
    height: 100%;
    overflow: hidden;
}
	
body {
    height: 100%;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	background: #E2AA4B url(../images/rings2.gif) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
}
#flashcontent {
	height: 100%;
	
}
a {
	color: #333333;
	text-decoration: none;
}
p { 
    padding-top: 5em;
	padding-left: 5em;
}

div.index{
	padding: 0;
	background: #E2AA4B no-repeat 0px 0px;
	height: 100px;
	width: 100%;
	position: absolute;
	top: 100px;
	left:0em;
	/*border-bottom: 5px solid #FFFFFF;*/
}
div.enter{
	padding: 0;
	height: auto;
	width: 100%;
	position: absolute;
	top: 216px;
	left:200px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	list-style: square url(../images/bull.png) outside;
}
li {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
}
div.legal{
position: absolute;
font: normal 10px  Arial, Helvetica, sans-serif;
color: #000000;
bottom:1em;
left:2em;	
}
.enter p {
	padding: 0 0 0 2em;
	color: #FFFFFF;
	background: #DC5909;
}
.index img {
	padding-left: 0px;
}
.style1 {color: #000000}
.go {
	color: #FFFFFF;
}

