html {
    height: 100%;
    overflow: hidden;
}
	
body {
    height: 100%;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	background: #ffffff;
	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: #8AB0B3 url(../images/index.gif) no-repeat 0;
	height: 300px;
	width: 100%;
	position: absolute;
	top: 100px;
	left:2em;
	background-color: #8AB0B3;
}
div.enter{
	padding: 0;
	height: auto;
	width: 100%;
	position: absolute;
	top: 405px;
	left:200px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #999999;
	list-style: square url(../images/bull.png) outside;
}
li {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	padding-top: 2px;
}
div.legal{
position: absolute;
font: normal 10px  Arial, Helvetica, sans-serif;
color: #999999;
bottom:1em;
left:2em;	
}
.enter p {
	padding: 0 0 0 2em;
}
.index img {
	padding-left: 200px;
}
.style1 {color: #333333}
